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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Add a Newline Character

Hi All,

I have a field value as ABC DEF.

I wish to convert it as ABC

                                  DEF.

How can I replace the space between the words ABC and DEF with a newline character.

Thanks,

Asma

1 Solution

Accepted Solutions
alexandros17
Partner - Champion III
Partner - Champion III

replace ' ' with chr(10)

View solution in original post

3 Replies
alexandros17
Partner - Champion III
Partner - Champion III

replace ' ' with chr(10)

robert_mika
Master III
Master III

=Replace ('ABC DEF',' ',Chr(13))

petter
Partner - Champion III
Partner - Champion III

Where do you want to do it? In the load script or in the application in a chart at run-time?

Do you need it to show as separate rows in a table or is it in a Text Box?