We have a requirement to capture the data that is currently captured in a report tab, after the user has completed his analysis and applied a score of filters in the report tab even if the report does not show the raw data
e.g. the report retrieves 100 rows from database. Each row has a revenue field.
One of tab shows summary data. The filters on the tab has restricted the tab to show total revenue for 10 rows only. The actual rows are not displayed in the report though. Just the total revenue for 10 rows is displayed.
The SDK program should be able to capture the 10 cases (that are in scope for this tab) and save into a text file.
Is it possible to programatically
Thanks,
Aaron