Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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))