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
Solved! Go to Solution.
Views
Replies
Total Likes
@tushaar_srivastava I think their is no OOTB functionality available with ACS.
I suggest you to write a custom script which will read the multifield nodes and display it as a report.
To generate a report based on AEM multifields, you can follow these steps:
@tushaar_srivastava I think their is no OOTB functionality available with ACS.
I suggest you to write a custom script which will read the multifield nodes and display it as a report.
To generate a report based on AEM multifields, you can follow these steps:
Hi @Jagadeesh_Prakash , Thank you for your response, do you have any sample example or any supporting link for it, that will really help.
Thanks
Have you tried by custom code?? Or tried with the query itself??
Currently I have the same situation that I need to fetch the multifield node values..
Please help me out
Views
Likes
Replies
Views
Likes
Replies