I am using JCR-SQL2 to query results in ACS commons. For search parameter, I am using ACS Commons Basic Parameter as well as Select Parameter. I would like to append one more result column with the search parameters. I was wondering what's the syntax to include that?
Solved! Go to Solution.
Views
Replies
Total Likes
@aemUser2345 Looks like you cannot add the search parameter as columns. ACS Commons provides the predefined list to configure as column. To extend you need to write custom code as given below in the document
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/extending.html
Report columns are used to render a particular cell of a report result. All of the provided Report Columns use Sling Resources, but this is not a hard requirement.
To create a custom Report Column:
You can see the ACS Common code done for other columns here.
@aemUser2345 Looks like you cannot add the search parameter as columns. ACS Commons provides the predefined list to configure as column. To extend you need to write custom code as given below in the document
https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/extending.html
Report columns are used to render a particular cell of a report result. All of the provided Report Columns use Sling Resources, but this is not a hard requirement.
To create a custom Report Column:
You can see the ACS Common code done for other columns here.
Views
Likes
Replies
Views
Likes
Replies