Expand my Community achievements bar.

SOLVED

Need to report on rolledout geographies

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Level 5

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.

Avatar

Correct answer by
Community Advisor

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