cancel
Showing results for 
Search instead for 
Did you mean: 

Displaying DateTime result based on Maximum summary

Former Member
0 Kudos

Hi all,

Hopefully a simple question.

The data I'm basing the report from has 3 fields:

- MaxTime (in seconds)

- Interval (30 minute intervals)

- CSQ Name (String)

I've build a report which shows me what the highest MaxTime is for each CSQ Name, but I then need to display when this occurred (from the Interval field).

So, how to I display the corresponding Interval field based on the maximum (,{CSQ Name}) formula?

Cheers,

Kyle.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Morning Kyle,

I am not too so sure about this as I haven't seen an example output of this however what about using Minimum(field) formula.

As minimum always starts off with the lowest point, hence if the lowest point would be 0.00mins then it will show the starting point was 0.00 however if it was triggered 0.2min then it will show 0.2.

Alternatively, you can use the formula which resets each time you run the report so the minimum will always be 0 however if your report has to hold the information then resetting would not be a good idea.

Please provide some sort of example so that we can get a better understanding of what you are trying to achieve here.

Many thanks

Regards

Jehanzeb

Answers (0)