Hi,
I have a group of column and I want to group them into a header column to easy see. Before:
Week_Sales | Week_Cost | Week_Target | Month_Sales | Month_Cost | Month_Target
To this:
________Week________|________Month_________
Sales_|_Cost_|_Target_|_Sales_|_Cost_|_Target
I already think to CrossTab but if I go this way, I have to separate my query into 2 queries and union them with a "Type" column. Another problem, I already take a crosstab before these columns (Like: Day_1 | Day_2 .... | Day_n | Week_Sales | ...)
Thanks,