SQUARE
Returns the square of a value in a numeric field.
SQUARE( <field_name or value> )
-
field_name or value: The numeric field or value to perform the calculation on.
Example: create a field at the CUSTOMER level that returns the square of their change in value.
SQUARE( [CUSTOMER.CHANGE IN VALUE] )