Kbase P20197: How to use IF ELSE in calculated fields with Results ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/02/2003 |
|
Status: Unverified
GOAL:
How to use IF ELSE in calculated fields with Results ?
FACT(s) (Environment):
Progress 9.1x
FIX:
Use "freedom" expressions when build the calculated fields. There is a check box,
labeled "Freedom" which you need to check in.
In the expression editor type something like:
IF customer.balance < 1 THEN 1 ELSE customer.balance.