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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Combo Chart - changing showen value on line chart

Hello,

I have on line -> ratio of Sales and Budget. Values are for example 96% or 103%.

křivka.PNG

I want to see only -4 % or 3 %. Is possible to do this and preserve the line position?

Thankso much you for answers!

Labels (1)
1 Solution

Accepted Solutions
whiteline
Master II
Master II

Hi.

Use dual() function to change text representation, for example:

=dual(Sales/Budget-1, Sales/Budget)

Don't forget to change a number format to 'Expression Default'.

View solution in original post

5 Replies
whiteline
Master II
Master II

Hi.

Use dual() function to change text representation, for example:

=dual(Sales/Budget-1, Sales/Budget)

Don't forget to change a number format to 'Expression Default'.

Not applicable
Author

Hi,

thank you! It's working.

Is possible to format it on required format for example -4%. Because when I use NUM function, it will do 96% again.

Tahnk you, Mirek

whiteline
Master II
Master II

Yes. But you should use it in the right way.

=dual(num(Sales/Budget-1, '0%'), Sales/Budget)

Not applicable
Author

It's work and it's perfect. Thank you so much once again!

Not applicable
Author

Can I have one more question please? Could you please look on this

http://community.qlik.com/message/260745#260745

if is possible to find solution for this? Or it is a waste of time..

thx