Hi All,
I have a requirement to customize AEM ACS Commons Query Report Builder.
I have created dropdown Tier wise (Tier1, Tier2, Tier3) each tyre has Multiple paths.
Like Tier1 has 4 paths, Tier2 has 10 paths
on basis of selection i need to Execute query
I am using
but in XML i can't write multiple queries
<queryconfig
jcr:primaryType="nt:unstructured"
sling:resourceType="acs-commons/components/utilities/report-builder/configs/queryconfig"
pageSize="50"
query="type=cq:Page
path={{parentPath}}
1_property=jcr:content/cq:template
1_property.value={{pageTypes}}
2_property=jcr:content/cq:lastReplicated
2_property.operation={{isPublished}}
3_property=jcr:content/jcr:primaryType
3_property.value=cq:PageContent"
queryLanguage="queryBuilder"
reportExecutor="com.adobe.acs.commons.reports.models.QueryReportExecutor"/>
Any Suggestions how to implement this.
Thanks in Advance.