You may want a rule to execute an action only when certain dimension members are the current members in the Point of View. For example, you might want an account’s value to be calculated in one way when Actual is the current scenario and a different way when Budget is the current scenario.
For information on how Financial Management determines the current dimension members, see Current Dimension Members. |
To do this, use the Member function in a VBScript If structure. Member gets the name of the current member of these dimensions:
If structures enable you to execute statements only if certain conditions are true. The following sections show a few different ways of using Member with If structures to test for dimension members.