Is there a way to add a column to an AEM report that would display the URL of that page? I have the file path to the page, but I don't have the corresponding URL.
Views
Replies
Total Likes
What path value do you have - something under /content?
Views
Replies
Total Likes
I do. I am collecting both the jcr:title and jcr:path under /content. I'm wondering if there is a way to combine those two values and display them in one of the columns for the report.
Views
Replies
Total Likes
According to the docs:
https://docs.adobe.com/docs/en/cq/5-6-1/administering/reporting.html
you can create a Generic Column. In this column - you should be able to create logic to combine these values. Looks like you have to create a custom report component.
Views
Replies
Total Likes
Views
Likes
Replies