I need a report of dam assets grouped by tags | Community
Skip to main content
ranadyutis95334
Level 3
November 17, 2020
Solved

I need a report of dam assets grouped by tags

  • November 17, 2020
  • 4 replies
  • 1480 views

Hello I need a report of dam assets group by there tag name. I should be able to filter the assets by tag name. Please assist.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Suraj_Kamdi
Community Advisor
Community Advisor
November 17, 2020

@ranadyutis95334 

I know there is some limitation for the AEM OOTB assets reports generator but you can use the ACS commons report generator tool by specifying queries as per your requirement.

https://adobe-consulting-services.github.io/acs-aem-commons/features/report-builder/index.html 

 

 

Suraj Kamdi
Bhuwan_B
Community Advisor
Bhuwan_BCommunity AdvisorAccepted solution
Community Advisor
November 17, 2020
vanegi
Adobe Employee
Adobe Employee
November 18, 2020
BrianKasingli
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
November 20, 2020

@ranadyutis95334,

If you want to get a list of assets with a specific tag, you can try using the query builder,
http://localhost:4502/libs/cq/search/content/querydebug.html?_charset_=UTF-8&query=type%3Ddam%3AAssets%0D%0Apath%3D%2Fcontent%2Fdam%2F%0D%0Atagsearch%3DAEM_TAG_HERE

The code below finds all dam:Assets with a specific tagged:

type=dam:Assets path=/content/dam/ tagsearch=AEM_TAG_HERE