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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Purushothaman
Partner - Creator III
Partner - Creator III

Change the Y Axis Number Formatting based on measures

Hi,

I have created the following measure:

if (Getfieldselections(Sales_type)='Percent',num(sum(per_sales)/100,'#,##0%' ),Num(sum(sales),'#,##0')) 

I want that the format of the Y axis will change accordingly. (if the user select 'Percent' it will display with percent format else number)

Purushothaman_0-1656571894351.png

Thank you!

 
1 Solution

Accepted Solutions
Purushothaman
Partner - Creator III
Partner - Creator III
Author

This is a product limitation of Qlik. The Two possible method is:


1) Alternative measure

24 Alternative Measure in Qlik Sense - YouTube


2) Or Hide and Show using container

View solution in original post

1 Reply
Purushothaman
Partner - Creator III
Partner - Creator III
Author

This is a product limitation of Qlik. The Two possible method is:


1) Alternative measure

24 Alternative Measure in Qlik Sense - YouTube


2) Or Hide and Show using container