Hyperion Planning (MOSC)

MOSC Banner

Business Rule / Calculation Script error on a Calculation Block

edited Mar 1, 2019 7:45AM in Hyperion Planning (MOSC) 4 commentsAnswered ✓

What I want is if the member in Employee is tagged with a UDA of Consultant do the data copy. What is the correct syntax for this.

*******************************************************************

Fix("Forecast","Working",@RELATIVE("Employee", 0))

"Labor"(

          IF(@isuda("Employee","Consultant"))

               DATACOPY "Hours" TO "Subcontract_Labor"

          ELSE

               "Mat/SW/HW Exp"+"Other_Direct_Costs";

          Endif

)

EndFix

*************************************************************************

Error: 1200324 Error compiling formula for [Labor] (line 12): operator expected after [DATACOPY]

Error "operator expected after [DATACOPY]" When DATACOPY Calculation Command is Used in IF Statement ( Doc ID 1990210.1 )

https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=474759361295610&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&id=1990210.1&_afrWindowMode=0&_adf.ctrl-state=n0ttr5zpb_4

-Michael

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center