Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The following formula (Dur) gives me the summary “Duration” column average total 35.03 in the table below. I am trying to create a formula to obtain the maximum value in the Duration column; in this case the value would be 171.87. Can you help me?
=$(=avg((i1_7))
Try this:
Max(TOTAL Aggr(YourExpressionofDuration, YourChartDimensions))
Max(TOTAL Aggr(Avg(i1_7))*1, Sequence))
May be this:
Max(Aggr(YourExpressionofDuration, YourChartDimensions))
That did not work as instructed; do you have more information/explanation?
What is your expression for Column Dur?
Sunny, below is the result of your formula. I have highlighted Dur in yellow.
Try this:
Max(TOTAL Aggr(YourExpressionofDuration, YourChartDimensions))
Max(TOTAL Aggr(Avg(i1_7))*1, Sequence))