cancel
Showing results for 
Search instead for 
Did you mean: 

How to display the special character '<' ?

Former Member
0 Kudos

I have defined a button with the name '|<<', but in the runtime, it's displayed as '|&lt ;&lt ;', then how can i display '<' in runtime?

Message was edited by:

bo wang

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi bo wang,

I will suggest a solution, take the properties of the button in Layout mode, Click the Display Tab, remove everything in the Label text box, click the Formula button right of the Label text box, use this function TRIM('|<<')

Save it, deploy & run ,.... Check the output now.

Regards,

Shemim

Former Member
0 Kudos

Hi Shemim

It works and thanks.

Answers (0)