@IsDataMissing
@ISDATAMISSING returns true if the value of the slice is missing.
DTP Type:
@ISDATAMISSING can be assigned to a DTP of type boolean.
Syntax:
@ISDATAMISSING(Members)
Parameters:
| Parameter | Description |
|---|---|
members |
Design-time prompt, member, or function that returns a cross dimension |
Example:
@ISDATAMISSING([CD])=false
Where the function is used on a step in a tempate for the enabling condition.
If the members entered for the promptable design-time prompt CD have a value, then the step will display. if the member's value is #Missing, then the step will not display