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: 
Not applicable

Dynamic Class Function - X Axis Labels

Hi All,

I'm using a variable to dynamically group data into BINs; thus allowing me to change BIN sizes on the fly. The only issue I'm running into is getting the X axis labels to appear.

My calc dimension is as follows:

=if(SALES_SALES_DATE>=PeriodStart

AND

SALES_SALES_DATE<=PeriodEnd,class(SALES_MILEAGE,$(VolumeMax),'Mileage'),NULL())

I've seen in other posts on the Class function how the axis label should read:

5000 <= Mileage < 10000

How do I get this to appear?

Thanks in advance!!!

Labels (1)
1 Reply
Not applicable
Author

Update: I simply selected the "Show Legend" option within the Dimension screen. Knew it was something obvious!