Strategy Enterprise Manager is mainly tracking the report execution in the “IS_REPORT_STATS” table. When users execute a report, one new entry is logged into this table with information about execution such as: day, hour, minute, report id, filter id, etc.

If we analyze the report marked in red, we can find that the report is using another report as a filter.


Since the SQL of the report used as a filter is included inside the “main” report, Strategy is not tracking the independent execution. If users re-execute the “main” report, they will be able to see just one new entry. It is also important to note that the “FILTERID” column is not matching the GUID of the report used as a filter. This is working as design, because the report is registered as an embedded filter.
