Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
richardouellett
Creator
Creator

Determine Table Column Max Value?

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))

FindMax.jpg

1 Solution

Accepted Solutions
sunny_talwar

Try this:

Max(TOTAL Aggr(YourExpressionofDuration, YourChartDimensions))

Max(TOTAL Aggr(Avg(i1_7))*1, Sequence))

View solution in original post

5 Replies
sunny_talwar

May be this:

Max(Aggr(YourExpressionofDuration, YourChartDimensions))

richardouellett
Creator
Creator
Author

That did not work as instructed; do you have more information/explanation?

FindMax2.jpg

sunny_talwar

What is your expression for Column Dur?

richardouellett
Creator
Creator
Author

Sunny, below is the result of your formula.  I have highlighted Dur in yellow.

FindMax3.jpg

sunny_talwar

Try this:

Max(TOTAL Aggr(YourExpressionofDuration, YourChartDimensions))

Max(TOTAL Aggr(Avg(i1_7))*1, Sequence))