BUI Analytics Extensions
Content
Hi folks,
Im trying to put together an addin does the following. When the Opportunity workspace is loaded, one of the sub-tabs will contain a report based on a custom object. I want to step through this report data rows grabbing some information from each.
The problem I have is that IAnalyticsContext (which Im assuming I need to use to get at the report?) only has 2 functions, createReport and addTableDataRequestListener. The second one seems to be related to adding external data to a report, so doesnt apply here. createReport seems to create the report empty, so I can call this with the relevant report id, and I can get all the correct info about the report (name, columns, etc) but the report is always empty. No datarows to work with.
0