Hello @Tanika02 , If I add 'Report Text Column' and go to configuration, I don't see "Format" tab. Can you please let me know how to find the "Format" tab? I have added screenshot for your reference. Thank you.
Hi All,I want to extract all the assets for a specified page.I'm trying to explore ACS Common report. I have added "Report Builder Config" component and added below query.SELECT * FROM [nt:unstructured] AS s WHERE ISDESCENDANTNODE([{{path}}]) AND CONTAINS(s.*, '/content/dam/MyWorkSpace') Then I have...