Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to do create a chart out of an excel file:
The Excel File looks like this:
yearmonth | category1_actual | catregory1_plan| category2_actual | category2_plan | categeory3_actual....
can someone give me an advise whats the best way to transform the table so that the result chart (pivot) is looking this way:
category | yearmonth | acutal | plan
1...
2...
3...
At first I thought about load yearmonth and categoryX_actual and plan for each category witth an addtional field that contains the category ('category1'), and concatenate them so I can use category as a dimension.
Thanks for your help in advance.
Aloah
See "CrossTable" in the QV Ref Guide.
-Rob