Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
Is there a way to display a measure with a carriage return in a table or pivot table ? I tried chr(10) & chr(13), with no success.
As you can see on the following screenshot, the tooltip seems to understand what I want, but the table doesn't.
I don't think Qlik Sense have multiline settings, but I might be wrong...
I also have not seen in Qlik Sense multiline settings, unlike QlikView
Hi there,
found a way to manage this topic.
Within VizLib Pivot Table you can use the Styling option "Text is HTML" in your Measure. If you do so, following Measure is working for me:
Concat(distinct [MeasureField], '<br>')
Good luck
Serjoscha