Enterprise Lookup Function

The following validation rule expression uses the Hyperion Enterprise lookup function. If the target account balance is greater than –$10 and less than $10, in the validation report, the rule is flagged OK. If the account balance is outside the specified range, in the validation report, the rule is flagged Error:

|Balance| >= -10.00 AND |Balance| <= 10.00