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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
annumff
Contributor II
Contributor II

Y Axis Number Format Not Changing

Have a button driving which metric is displayed in the line chart.  1st measure is dollar formatted with 2 decimal places.  2nd measure is whole number with no decimal places.  The value labels on the chart adjust but the y-axis stays dollars.

1st master item expression

num(sum([Order Amount]), '$#,##0.00', '.' , ',' )

2nd master item expression

num(count(distinct [Order Number]), '#,##0', '.' , ',' )

annumff_0-1687372019543.png

 

Button Metric 1 measure is master measure with Num( [Gross Sales Price]), '$#,##0.##', '.' , ',' )

annumff_1-1687372019635.png

 

Button metric 1 measure is master measure with num(count([Order Number]), '#,##0', '.' , ',' )

Labels (4)
0 Replies