Hello ,
I have a strange issue with one of my reports.
I am trying to input by script some text in a html label from a data label. I put it on page ready, loading, ready, data change of a element from my report but it’s not working. It works only on click event.
I did something wrong?
My script is the following:
htmlLabel1.labelText=dataLabel1.control.container.textContent;
dataLabel1.hidden=true;
Thank you!