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

Dynamic Min/Max

Hello World,

I have a chart with buttons that switch months. Each month shows results 120 prior to the month shown. Since some months have extremes it can make the chart hard to read. I want to have the chart scale to which ever period the user is looking at. So far I have tried this and other variations:

=MIN(AGGR(

(Rangesum(Above(sum({ <  DRR_CO  = {'>=$(=num(vSDate)) <=$(=num(vEndDdate))'}, BookDateDRR=  >} DRR_PAX_COUNT_HOTEL ) ,0, vMovingAverage)))/

Rangesum(Above(sum({ < DRR_CO  = {'>=$(=num(vSDate)) <=$(=num(vEndDdate))'}, BookDateDRR=  >} DRR_PAX_COUNT_SS)  ,0, vMovingAverage))

,BookDateDRR ))

When I run this it returns 0.

Any help would be super awesome!

-Jacob

1 Reply
Not applicable
Author

Can you attach your sample file. Also have you tried unchecking 'Forced 0' option.