Hello All
In my design studio dashboard i have 2 tabs and each tab has 3 different tables which get selected based on the radio button.
These 3 crosstabs use the same datasource with different measures selected for each table through script.
Though i use the below script,
APPLICATION.export(ExportType.EXCEL_xls,[CROSSTAB_1, CROSSTAB_2, CROSSTAB_3 ])
the initial view that has been selected for crosstab_1 gets exported for all the 3 tables.
Is there a way to handle this issue?
Regards
Merlin