Finding maximum value for a Field?

Is there method to find the maximum value for a field? The Max or Maximum functions appear to serve other purposes. I have a single column field on a report and I wish to have the maximum value of that column print separately. I know I can add code to my software itself to pass this value as a variable but I’m hoping there is a function in LL that will do this. I am currently using LL15.

Miles,

At least in LL19 there is an aggregate function called “Maximum” which does what you need - if you need to print it before other data (and not just in a final footer), you can use the Precalc() function for that. However, Precalc hasn’t been around in LL15 IIRC.

HTH
G.