Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

Download asset report

Avatar

Level 2

Hi, I'm trying to download asset report in csv file from ACS AEM Commons using query builder but I'm getting an empty excel with no assets. Below I mentioned my query-

type=dam:Asset
path=/content/dam/cognizant-dot-com
group.1_daterange.property=jcr:content/jcr:lastModified
group.1_daterange.lowerBound=2025-03-01
group.1_daterange.upperBound=2025-03-15
p.limit=1000
p.guessTotal=true
p.indexTag=assetsOmnisearch

 

1 Accepted Solution

Avatar

Correct answer by
Level 8

I believe the issue may lie in the "Result Columns" section. At a minimum, you must add the component "ACS Commons Report Builder Path Column" to view the asset paths. This is my configuration, which is quite simple:

Screenshot 2025-03-13 at 10.03.20.png

 

 

 

 

 

 

It gives the following result:

Screenshot 2025-03-13 at 10.04.21.png

 

View solution in original post

3 Replies

Avatar

Correct answer by
Level 8

I believe the issue may lie in the "Result Columns" section. At a minimum, you must add the component "ACS Commons Report Builder Path Column" to view the asset paths. This is my configuration, which is quite simple:

Screenshot 2025-03-13 at 10.03.20.png

 

 

 

 

 

 

It gives the following result:

Screenshot 2025-03-13 at 10.04.21.png

 

Avatar

Level 2

This is working. Thanku

Avatar

Level 1

hi @prachimathur 

once try to rewrite the query as below before ACS AEM commons

type=dam:Asset
path=/content/dam/cognizant-dot-com
group.1_daterange.property=jcr:content/jcr:lastModified
group.1_daterange.lowerBound=2025-03-01T00:00:00.000Z
group.1_daterange.upperBound=2025-03-15T23:59:59.999Z
orderby=@jcr:content/jcr:lastModified
orderby.sort=desc
p.limit=-1