Hi All,
I have this sample data as follows:
Dept | Mon-Yr | Data1 | Data2 | % |
---|---|---|---|---|
North | Oct-2014 | 10 | 20 | 80% |
Marketing | Oct-2014 | 5 | 55 | 80% |
HR | Oct-2014 | 15 | 55 | 80% |
IT | Oct-2014 | 30 | 67 | 80% |
Finance | Oct-2014 | 50 | 98 | 80% |
Accounting | Oct-2014 | 10 | 67 | 80% |
South | Oct-2014 | 24 | 56 | 80% |
North | Oct-2014 | 12 | 12 | 80% |
Marketing | Oct-2014 | 11 | 69 | 80% |
Marketing | Nov-2014 | 7 | 98 | 80% |
HR | Oct-2014 | 8 | 11 | 80% |
HR | Nov-2014 | 9 | 10 | 80% |
HR | Dec-2014 | 12 | 15 | 80% |
HR | Jan-2015 | 52 | 24 | 80% |
Finance | Oct-2014 | 32 | 56 | 80% |
Finance | Nov-2014 | 23 | 67 | 80% |
Accounting | Nov-2014 | 43 | 76 | 80% |
Accounting | Dec-2014 | 66 | 34 | 80% |
Accounting | Jan-2015 | 65 | 45 | 80% |
What i want to do is, i want to create a listbox on the left and a spreadsheet on the right and show "Depts" in the listbox. I then want the user to click on the Distinct "Depts"and show the "mon-yr , data1, data2, %" on the right that belongs to whatever dept. So for example when the user clicks on the dept Accounting, i want the table on the right to show Oct-2014, Nov-2014, Dec-2014, Jan-2015 data on the right. I am doing it but my "Mon-Yr" disappears from the table on the right. How can i achieve this? I am using Dashboards 4.1 SP2. Thank you so much.