Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi, I want to display escape characters like &,’ etc in a text control for example you&Me
but it shows you&Me
How to display these characters in text control?
Hi Sunny,
There is a property called “escape” for the Text control. in your case it is set to true. set it to false and provide the value for the text control like with some space like this :–> You & Me. It will display the text.
Thank you Keval