Purpose:
Returns the statistical standard deviation for the population of all values of the field or expression.
Parameter:
All Field or expression to aggregate.
Boolean (optional) Filter expression for the field or the expression to be aggregated. Default: True (all data).
Boolean (optional) Defines that only the unique values should be aggregated (DISTINCT). Default: False.
Return value:
Number
Example:
NativeStdDevPop(Order_Details.Quantity*Order_Details.UnitPrice)