You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Function to specify the member of a calc member block

I would like to pass in a run time prompt that I can then use to derive the member to be used as the calc member block. So picture this:

RTP Name: {Period}

RTP Value: P01-FY24

Planning biz rule:



 @member(@SUBSTRING({Period},0,2))
  (
    IF(….)
      x = y;
    ENDIF
)

In theory the "@member(@SUBSTRING({Period},0,2)) " returns "P01" as a member to be used as the calc member block. The function works in a FIX just not when specifying a member for a calc member block. Is there an alternative way (other than groovy)? Thx

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!