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: 
Anonymous
Not applicable

How to add new Line in cell

Hi All,

I have two  three Fields in my datamodel. FirstName , LastName and City, Sales.

I want to create chart using table of two column as Follows

CustomerTotal Sale

[FirstName]

[LastName]

[City]

Sum(Sales)

I have to concat 3 dimensions in one column in one Column, each dimension in a new line.

I am Using =[FirstName] & chr(13) & [LastName] & chr(13) & [City]

values are concating but new line is not coming in qlik sense.

I tried chr(10) and '\n' instead on chr(13) but all of them are not working.

I have to achieve this without writing any script on the database. Any suggestion for adding text in the new line?

1 Reply
shraddha_g
Partner - Master III
Partner - Master III

New Line thing wont work in table..

It will only work with Text Object or KPI Object