Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

New line

Hi All,

I have a requirement where I have to add a text in one column like below

”abc

efg”

but am not able to display the data as above like 2 lines

am getting output as

abc efg

can anyone suggest how to implement it

thanks in advance

lmit

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

Try this:

"abc"+"\r\n"+"efg"

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

Try this:

"abc"+"\r\n"+"efg"

 

Regards

Shong