Hi Guys,
My requirement is to filter a dashboard (BO 4.1) by selecting multiple check boxes.
The user gets to select the "Product" which has 3 values - A, B & C. Thus, I have created 3 check boxes in the dashboard. Based on the selection of the check boxes, the stacked column chart will change.
The stacked column chart (Webi Crosstab Live Office) contains Department wise Product Total for all Months. The data is shown below for each department.
Dept A:
Product | Jan | Feb | Mar |
A | 1 | 4 | 7 |
B | 2 | 5 | 8 |
C | 3 | 6 | 9 |
Total: | 6 | 15 | 24 |
Dept B:
Product | Jan | Feb | Mar |
A | 1 | 2 | 3 |
B | 4 | 5 | 6 |
C | 7 | 8 | 9 |
Total: | 12 | 15 | 18 |
Now, I am thinking I can use a push button to achieve this. If I place the check box on top of the push button, then once the push button is activated, I can copy the data into a destination cell in the spreadsheet and use that as a source for the chart. However, I am not sure, how I can activate the push buttons when the user clicks the check boxes.
Could anyone help me achieve this? Any other good alternative method will be appreciated. Thanks.