Issue in using Char(10) for line break in expression rule

Certified Associate Developer

Hi,

I have an issue in using Char(10) for line break in expression rule.  Char(10) for line break is not working in Expression Rule.  The output text is displayed on the same line instead of next line.   

For example:  
"Hello" & char(
  10
) & "World" 
is giving the output as
"Hello World"
instead of
"Hello
 World"
Can anyone please help me in this regard?
Thanks in advance.
Brinda Sateesh

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data