Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Using the Dual function, I have a bar chart where I want to display the % value of each bar and the corresponding #. I've managed to get that working mostly, but cannot seem to insert a new line between the two values.
I've tried:
Dual(Sum([NUMBER MEASURE]) &Chr(10)&
Num(Avg([PERCENTAGE MEASURE]),'#.#%'),
Avg([NUMBER MEASURE]))
which gives me both labels on the same row, like this:
Also tried using Chr(10)&Chr(13), which just makes the labels vertical, like this:
I've tried physically adding a new line within the expression between the '', but that doesn't work either.
Using Qliksense server 13.82.11.
Thank you!
Hi,
Dual is there for combining a textual and numerical value. So this is not going to work.
You can do a couple of things to achieve your goal:
Jordy
Climber