Max value of field

Hello,

I have a question, I need to have a column in a table with the maximum value of a field that is returned by the query made to the database, something like “Max([MyField])”, but in the expression editor the “max” function only returns the maximum value between two inputs.

Is there a way to do this in an expression?

Thank you.

Hi @JPC,

insert the “Total/Subtotals” action before calculating the expression and configure it to add a column with the max value.

Hi @dgudkov,

It works like a charm! Thank you!

Regards.

You’re welcome :slight_smile: