Automate custom rule PCMS
Summary
Automate custom rule PCMSContent
Hello Experts,
I want to do the following in a custom rule:
Account1=Account2*Account3.
I'm able to validate the rule and the final result as follows:
([Account1],[Input],[Real],[May],[FY19],[E001]):=([Account2],[NoRule],[Input],,[Real],[May],[FY19],[E001])*([Account3],[NoRule],[Input],[Real],[May],[FY19],[E001]);
But it's hardcoded for the Year(FY19), Period(May) and entity(001). I've tried using Current Member Fucntion but it does not validate, it seems like functions are not allown in custom calcs.
Is there anyway to make this kind of calculations dynamic?
Thanks in advance and Best Regards,
0