variance-pop
Returns the population variance of a set of numbers after discarding the nulls in this set.
Syntax
variance-pop ( expression [ auto ] )
variance-pop ( expression for [ all|any ] expression { ,
expression } )
variance-pop ( expression for report )
Example
variance-pop ( Qty )
Result
For each row, returns the population variance of a set of numbers after discarding the nulls in this set.