OOTB Reports
How Do i view the page activity report, component report by date wise?
Is there any way to export the same report in CSV format?
Please help me.
How Do i view the page activity report, component report by date wise?
Is there any way to export the same report in CSV format?
Please help me.
Hi
As mentioned by Jitendra you can do sorting/Filtering as this is Grid View.
Option 1:-
On top of "page", "Type", "User" and "time" go and click on it, there you will get sorting and filtering options.

Option 2:-
One more way to do so is, as this response is coming in Json format, you can check all the networks calls and find the request call for it.
The Query to find out this data in our case is:- http://localhost:4502/etc/reports/auditreport/jcr:content/report.data.json?dir=ASC&limit=100&sort=&start=0
Here Json->Hits will give you data.
Once you have Json with you, you can convert it to CSV very easily.
Link:-https://konklone.io/json/
Link:- http://www.convertcsv.com/json-to-csv.htm
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.