Case statements
Purpose
Used to set a value based on the extracted result.
Example
If {/CA/Cde} = "10000" Then
Result = 1
Else
Result = 0
End If
Used to set a value based on the extracted result.
If {/CA/Cde} = "10000" Then
Result = 1
Else
Result = 0
End If