@GetData

@GETDATA returns the value of the slice.

DTP Type:

@GETDATA can be assigned to a DTP of type numeric.

Syntax:

@GETDATA(Members)

Parameter:

Parameter Description
Members Design-time prompt, member, or function that returns a cross dimension

Example :

@GETDATA([CD]) < 10

Where the function is used on a step in a template for the enabling condition.

If the members entered for the promptable design-time prompt CD have a value of less than 10, then the step will display. If the member's value for the design-time prompt CD is greater than 10, then the step will not display