we need to produce weekly report on how many pages from the master have been rolled out to each geography. Is there an easy OOB way to do this? Something like
Page
Page 1 -> US, CA, GB
Page 2 -> US, CA
We know Page 1 is being rolled out to US, CA, GB but Page 2 is only rolled out to US, CA
Solved! Go to Solution.
Views
Replies
Total Likes
With the help of ACS report you can achieve it. You just need to create a report and with the help of JCR query report configuration you can write you custom query to get the same.
Hope this helps
Umesh Thakur
I don't think we have something OOTB but we can customize the code in which ever way you want to generate the report
Below are some of the approaches
1. Write a scheduler and Generate the report in the format you want, store them under temp folders like /var
2. Write Sling Job when and have this mapped to any event or custom model to generate the report.
This way you can generate the files and have the proper stats.
With the help of ACS report you can achieve it. You just need to create a report and with the help of JCR query report configuration you can write you custom query to get the same.
Hope this helps
Umesh Thakur