Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
IF output values—Data extract expressions
The most common use for the IF statement is in determining which of two values should be copied to the output record depending upon which of the two clauses is executed: the THEN or the ELSE.
If the expression in the executed clause is simply a field name or segment name (including any cast specification), the specified value is copied to the output record. If the executed clause contains an arithmetic or relational expression, the expression will be evaluated and that result will be copied to the output record.