Question
2
Replies
223
Views
Infosys
Posted: February 22, 2018
Last activity: February 26, 2018
Closed
Is there anyway to know how many times each report was run
All,
We are using Pega 7.2.2 and we have got around 30 reports in the report browser. All the reports might not be used by the end users, few of them might be used extensively and few of them might not be used at all. Is there any way that we can find the number of times a report was run?
I mean Report ABC was run 34 times and Report DEF was run 2 times etc.
Any help would be much appreciated.
Cheers
I don't think that there is an OOTB way to accomplish this, however this can be achieved with some customization . When u click on the report shortcut run a data transform as the first action of onlcik event . Use a parameterized data page at requestor or node level depends on ur requirement pass the report name as parameter and increase the counter every time the report shortcut is clicked.