Anyone know how to add a column to the output of a ACS AEM Commons Report where the value of the output column is based off the current date, not off the returned data. The reason why i need this is I'm using the report excel output as input to a SQL database and I plan on running this report monthly and want to be able to distinguish between runs so adding a "Report Date" field to the output would be the easiest way. I know i could add it during the ingest, but it would take more work then just adding it to the default output from AEM.
I tried adding a "Report Date Column" with:
Heading: Report Date
Property: now()
Date Format: dd-MM-yyyy
But that just resulted in an empty column. I also tried another suggestion of "Property = currentPage/jcr:createDate" with the same result. Any help would be greatly appreciated