ACS Commons report tool
Hi All,
I need to create a report where I need to fetch some values from nodes and display in reports.
The problem I am facing here I need to print the values of multifield,
For example if we check this query,
SELECT * FROM [cq:Page] AS nodes WHERE (isdescendantnode('{{path}}')) AND nodes.[jcr:content/cq:template]='/conf/migration/settings/wcm/templates/image-page-template' AND (nodes.[jcr:content/root/container/adtimage/imgsrc] IS NOT NULL)
which means we can get all the values of imgsrc:

So, Using ACS AEM Commons report tool we can get the values which we need in reports.


But the problem I am facing here is I need to get the values of multifield Nodes:
which is under jcr:content/root/container/adtimage/altimg/ {item0},{item1}...

Can anyone guide me how to do this.
Thanks
@arunpatidar @kautuk_sahni @lukasz-m @briankasingli