Hi,
I am working on Apex 20.1.0.00.13.
We have a case where we need to have dynamic titles in an interactive grid. It works, except that we want to display the title with line breaks when there is a space in it.
If I have a fixed title with the <br> tag in it, it works. However if I get the title from the database and replace the space with ‘<br>’ in the select then it does not work. The title is then displayed as ‘Item <br> number’.
So just to be clear, I am using the &Item_title. notation in the properties of the item.
Is there a way to do this?
thanks
Ronny