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

Create a new line in dimension field created as an expression

All,

Is it possible to create a new line in pie chart dimension field created as an expression?

Eg:

something like this

=IF (LEN(field1) >0, field1&', '& chr(10) & chr(13) & aggr(COUNT(([key1])),[field1]))

Current Result value for Pie Chart Dimension:

abc, xyz


Expected Result value for Pie Chart Dimension:

abc,

xyz

Please share your knowledge. Thank you

0 Replies