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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Maximum aggregation Value

Hi all!

I'd like to dynamically change the scale of my axis by using the max min Values in the Axis Tab.

I think it would be the best to get the max of an aggregated Value.What I want to do is something like


max(aggr(sum(Sales), Month))


to get the highest Sales Value of an Month!!

Unfortunatly that doesn't work! Any Ideas?

Greetings

andi

10 Replies
Not applicable
Author

In your excel example a couple posts up, you show a row consisting of the max value repeated over all months. Are you trying to show what Sales would have been if all months were the max value? If so, your formula would have to look like this:

=Sum(aggr(Max(Total aggr(Sum(Sales), Month)), Month))