Conditionals

Conditional statements control when parts of your script run. There are many kinds, including iterative and conditional Do loops, If-Then-Else statements, and Case statements. They are decision points for your rules. They allow to you control what rules run and on what part of the database. You have four options of which ones to use.

Image If statement Executes a set of rules when a condition is true.

Image If…Then…Else statement Selects one of two sets of rules to run.

If…Then…ElseIf statement Selects one of many sets of rules to run.

Select ...

Get Oracle Hyperion Financial Management Tips And Techniques now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.