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: 
rsdhavle
Creator III
Creator III

Value of second field in next line

i am adding two fields by using & operator and i need second field values to be displayed on next line. What needs to be added in the code

1 Solution

Accepted Solutions
Not applicable

3 Replies
Not applicable

use chr(13)

Not applicable

 

&

chr(13)& 'DASHBOARD: ' &

sundarakumar
Specialist II
Specialist II

field1&chr(10)&field2

-Sundar