Hi All,
I am joining 2 table Date and Holiday Table using Date columns in the tables.my requirement is to populating Indicator in single row where there is common date of specific region.

I am using Case statement to fetech data into respective columns
US_Holiday_Ind : case Region == US then 'Y','N' END
UK_Holiday_Ind : case Region == UK then 'Y','N' END
Canada_Holiday_Ind : Case when Region == Canada then 'Y' ,'N' END
Pls suggest on this


as it could help other members of the Microsoft Q&A community who have similar questions and are looking for solutions. Thank you for helping to improve Microsoft Q&A!