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.
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.
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.