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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data format


I have a staright table with measures as sales and quantity and have two buttons for selection(sales and quantity).

On clicking sales button it will display the sales values and on clicking the quantity button it will dispaly quantity related values.

My requirement is when i will click on sales button it should show me the vlaues in price format and the quantity values in number format.

Can anyone please help me on this ?

13 Replies
SunilChauhan
Champion II
Champion II

hope you using some variable

so you can use like below

if( var=Value NUm(value,#.##0,00 kr;-#.##0,00 kr),NUm(Volume,'#,##'))

hope this helps

Sunil Chauhan
Not applicable
Author

Hi,

You can create two expression and hide/show expression using condition hide and give different format to each expression in properties of chart -> Number tab.

Hope it works.

Shameem.

Anonymous
Not applicable
Author

It worked fine now.

Thanks all for your help

SunilChauhan
Champion II
Champion II

Please marked it as correct  for future refrence

Sunil Chauhan