Hi DS Experts,
I have 5 cross-tabs (say CROSSTAB_1, CROSSTAB_2, CROSSTAB_3, CROSSTAB_4 & CROSSTAB_5) in my DS Application and I need to export the user selected cross-tab to Excel by using Context Menu.
Code to Export : APPLICATION.export(ExportType.EXCEL_xlsx,CROSSTAB_1);
But the problem here is instead of user selected Cross-tab, it is hard-coded to CROSSTAB_1.
Is there anyway to find, which Cross-tab has been right-clicked? So that only the required / Specified cross-tab can be exported.
Thanks in advance
Regards,
Babu