on 2024 Jul 25 9:01 AM
Hello experts
I have a dashboards where I use an item hierarchy: when I click it I want to pass the selected value to another table (using same model) , to have as result the table filtered with the item selected from first dashboard.
I did many attempts but without result.
I created a similar script over "On select" function of first dashboard:
var sel = Chart_7.getSelections()[0]; // Chart_7 is the first dashboard
Table_10.getDataSource().setDimensionFilter("dimItems", "[dimItems].[HryItemcode].[dimItems.ItemCodeMaster]"); // Table_10 is the receiver dashboard
What should I do to achieve the desidered result?
Thank you so much for your help
Adriano
Hi,
You can use the below script:Chart_1 is the source and Table_1 is target
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Applying filter on the table should be done from pop-up script. You can create a global variable as list1
Script for chart-
User | Count |
---|---|
69 | |
13 | |
10 | |
10 | |
9 | |
9 | |
6 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.