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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

newline

how to give NewLine in qlikview in tableBox

employee Name & Place salary

Ram                               20000

Austria

1 Solution

Accepted Solutions
m_woolf
Master II
Master II

table boxes don't allow expressions.

Use a straight table. Then your first dimension would be EmpName & chr(13) & Place

View solution in original post

1 Reply
m_woolf
Master II
Master II

table boxes don't allow expressions.

Use a straight table. Then your first dimension would be EmpName & chr(13) & Place