The maximum value in the list.
<list>
list.name.maximum
Read Only
number
Evaluates every item in the list and returns the lowest value. If no numeric items are in the list, the property returns 0.
The following displays the maximum value in a list:
<page myPage>
file = <% list.ratings.maximum %>
</page>