Skip to Content
0
Former Member
Apr 27, 2014 at 05:10 AM

Accessing Report data using Restful API

36 Views

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

  1. Make a copy of current tab
  2. Remove all existing tables/crosstabs/cells from the report
  3. Insert a new table that will display the raw data i.e. the 10 rows
  4. Save the tab data into a text file

Thanks,

Aaron