Hyperion Planning 11.1.2.4 Business Rule Fix End Fix Question
Hello,
I am trying to copy over the data in account1 from scenario1, version1, period1, entity1, and year to account1, scenario2, version2, period2, and year. However after running the business rule, the form I am looking at says the business rule ran successfully, and after refreshing the form, I do not see any updates to the form. Is there an issue with my formula?
Below is my formula:
FIX("Period2", "Scenario2","Version2","FY14", "Entity1")
"Account1" = "Account1"->"Period2"->"Scenario1"->"Version1"->"FY13"->"Entity1";
ENDFIX
Any insight would be appreciated.