Skip to content

MaxX

Iterator

MaxX(table, rowExpr)

Like SumX with MAX over the per-row values.

  • The largest computed line value — biggest single line item in an order.
BiggestLine := MaxX(Sales, Sales.Qty * Sales.Price)