Hi Team,
I have doubt in ACS Commons Reports , I am passing a dropdown in search parameters which contains different template types.
and in the result, I want columns dynamic to the option I am choosing in above dropdown.
Suppose If I select image from the dropdown above then in result column it should fetch ' jcr:content/root/container/image/contentId', similarly if i select Article from dropdown it should fetch 'jcr:content/root/container/article/contentId'.
Is there any way we can achieve this dynamic behavior in ACS Commons Reports.
@arunpatidar @lukasz-m @kautuk_sahni
@SivakumarKanoori @Fanindra_Surat @krati_garg @iamnjain @somen-sarkar @bajancherry @sunil_kumar_ @shelly-goel @Ganthimathi_R @davidjgonzalezzzz @krishna_garikapati @Shubham_borole @milind_bachani @krishna_sai @manjunathdj
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @AditiSi
Did you get a chance to check on the report executors . We can register custom report executors which can take the different parameters and return the results based on that. In you case based on the selection you can pass the corresponding property to the builder and it can return the filtered response.
Please checkout the below links for creating custom report executors and configuring them.
Hi @AditiSi
Did you get a chance to check on the report executors . We can register custom report executors which can take the different parameters and return the results based on that. In you case based on the selection you can pass the corresponding property to the builder and it can return the filtered response.
Please checkout the below links for creating custom report executors and configuring them.
Views
Likes
Replies