Hi Guys,
I am building a dashboard in Dashboards 4.0. In my spreadsheet, I have the following cross tab, which is the destination cell for a selector component. Each Product has a series in the selector component.
Product | Dept | Jan | Feb | Total: |
A | X | 1 | 2 | 3 |
A | Y | 3 | 2 | 5 |
Total: | 4 | 4 | 8 | |
B | X | 2 | 3 | 5 |
B | Y | 6 | 2 | 8 |
Total: | 8 | 5 | 13 | |
Grand Total: | 12 | 9 | 21 |
Now, I need the above table in the following format as it will be used for a column chart. Could anyone please share some ideas on how I can achieve this without having to create a new query?
Dept | Total |
X | 8 |
Y | 13 |