Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Combine diferrent units in chart

Hi,

I would like to create a combined chart (straight table) of different "value types"/units.

Example:

MeasurementValue
Revenue10.000
Contribution2.000
Margin20,0%

Is that possible in QlikView?

I only have one dimension, Measurement. At the Chart proporties, I can only chose one single "value type"/unit at the Number tab, stating if I would like a percent sign... Can I mix unit in the same chart?

Thanks for your replies.

Best regards,

Filip

1 Solution

Accepted Solutions
MayilVahanan

Hi

Try like this

=if(Measurement = 'Margin', Num(Expression, '#,##0.0%'), Num(Expression, '#,##0.#0')

Number tab -> check the Expression Default.

hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hello ,

Yes , you can mix. You need to do all the formatting in script and then in chart just select expression default.

BR

Serhan

MayilVahanan

Hi

Try like this

=if(Measurement = 'Margin', Num(Expression, '#,##0.0%'), Num(Expression, '#,##0.#0')

Number tab -> check the Expression Default.

hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
sasiparupudi1
Master III
Master III

You could use an if condition in the expression