Description
CBool returns True if the argument is positive or negative but not 0 and returns False if the argument is 0.
Arguments
A single argument that can be either a Number or Currency value or expression.
Action
CBool returns True if the argument is positive or negative but not 0 and returns False if the argument is 0.
Example
CBool({Item.NETSALES})
Returns True if there is an increase or decrease in net sales; returns False if net sales is 0.