Reporting on statistics

Last Updated: 08/10/2016 Introduced in Verision: 2.0

Although some default reporting on statistics is provided on the App Statistics dashboard, users will likely want to create custom reports to report on specific applications or types of actions. This article explains how to write reports against the Statistics Reporting data.

Example
Create a new report using the Client Statistic Data Source.
client statistics
 
 
This data source provide you all the columns that are settable by the statistic reporting steps (see: Recording statistics from flow).
columns
 
Using this data source, we will build a report that shows Report Runs by Report and User.
 
Add the following columns to your report: Date Time, Application Name, Action Name, Sub Section Name and Email Address.
columnsAdded
 
 
Add a filter for Application Name = Decisions Portal.
 
 appEquals
 
Add a filter for Action Name = Run Report.
 
 avtionName
Rename Sub Section Name column header to Report Name, Group by Report Name and then by Email Address columns.
groupBy
 
Now you can close and save your report.

Additional Resources