The standardDeviation of all values in the list.
<list>
list.name.standardDeviation
Read Only
number
Evaluates every item in the list and calculates the standard deviation. Non-numeric values are assigned a value of 0. If no numeric items are in the list, the property returns 0.
The following displays the standardDeviation of the values in a list:
<page myPage>
file = <% list.ratings.standardDeviation %>
</page>