Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Aem Reports Title does not accept underscore(_)

Avatar

Level 2

Hi Team,

In AEM Reports title if I give _ it throughs JS console errors.

e.g. Report_title

Errors:

TypeError: null is not an object (evaluating 'collectionEl.dataset')

TypeError: null is not an object (evaluating 'document.getElementById("asset-reports-rail-properties").innerHTML = response')

 

Please suggest.

 

Thanks,

Soujanya.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Looks like js side errors, Can you please check error logs too? 
If nothing is seen, can you please add debug logs to com.day.cq.dam.api.reporting? In case some details are found there.

Also what version and url are you on to see this or any steps to recreate this?

 

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Shetty119 

  Are you getting this error while creating Asset report?

 

Thanks

Dipti

Avatar

Correct answer by
Community Advisor

Looks like js side errors, Can you please check error logs too? 
If nothing is seen, can you please add debug logs to com.day.cq.dam.api.reporting? In case some details are found there.

Also what version and url are you on to see this or any steps to recreate this?

 

Avatar

Level 2
Thank you Snbean. This issue is related to my code. Resolved it.