Expandir la barra de logros de la comunidad.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

Esta conversación ha sido bloqueada debido a la inactividad. Cree una nueva publicación.

RESUELTAS

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 solución aceptada

Avatar

Respuesta correcta de
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?

 

Ver la solución en mensaje original publicado

4 Respuestas

Avatar

Community Advisor

Hi @Shetty119 

  Are you getting this error while creating Asset report?

 

Thanks

Dipti

Avatar

Respuesta correcta de
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
Hi snbean,

Avatar

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