How do i check the value of a run time parameter in a business rule?
Hello, I need to check the value of a run-time parameter for the Period dimension in the EPM Planning Calc Manager (Calc script, not Groovy) and need help with the syntax, I tried the following unsuccessfully:
IF ({RTP_Period} == @Member("Dec"))
And
IF ({RTP_Period} == "Dec")
Neither of these seem to work. Any tips would be appreciated.
Thank you!
Tagged:
0