Specifications
String
746 InfoMaker
This expression returns the standard deviation of the values in group 1 in the
column named salary:
StDevP(salary for group 1)
This expression returns the standard deviation of the values in column 4 on the
page:
StDevP(#4 for page)
This expression entered in the Value box on the Data tab page in the graph’s
property sheet returns the standard deviation of the values in the qty_ordered
column in the graph:
StDevP(qty_ordered for graph)
This expression for a computed field in a crosstab returns the standard
deviation of the values in the qty_ordered column in the crosstab:
StDevP(qty_ordered for crosstab)
Assuming a report displays the order number, amount, and line items for each
order, this computed field returns the standard deviation of the order amount
for the distinct order numbers:
StDevP(order_amt for all DISTINCT order_nbr)
See also
StDev
Var P
String
Description Formats data as a string according to a specified display format mask. You can
convert and format date, DateTime, numeric, and time data. You can also apply
a display format to a string.