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: 
imtiaz_ullah
Creator
Creator

Carriage Return/Linefeed in Expression

Hi I am trying to add a new line in an expression in QlikSense but cannot get anything to work.

I have tried the below, and have also tried using \n to no avail. Any thoughts?

'Origin:' & Origin & Chr(13) & Chr(10) & BrandName & ' - ' & AncType & '(' & AncSubType & ') = ' & COUNT(CustomerID)

Thanks

Immy

10 Replies
Not applicable

It doesn't seem to work in Qlik Sense 1.1.0 default Pivot Table as well..

When I concat a couple of values from a field using chr(10) of chr(13) as a delimiter, the mouse over pop-up seems to understand the line break, but the actual value in the Pivot Table shows the value without line breaks as one long text string.