Vadim,
My formula is less than 250 characters but i am trying to use the options functionality with 1 formula first.
I tried exactly like above but i am getting the Nested formula error.
*FUNCTION BPCGACCOUNT(%CFCF%)
IIF(%CFCF%=0,NULL,([BPCGACCOUNT].[COCF]
+[BPCGACCOUNT].[OT_DIS_ENVPPE] +[BPCGACCOUNT].[OT_DIS_PROFIT_PPE] +
[BPCGACCOUNT].[CF_MAINTPPE] +[BPCGACCOUNT].[CF_REINSURANCE])/%CFCF%)
+[BPCGACCOUNT].[OT_DIS_ENVPPE] +[BPCGACCOUNT].[OT_DIS_PROFIT_PPE] +
[BPCGACCOUNT].[CF_MAINTPPE] +[BPCGACCOUNT].[CF_REINSURANCE])/%CFCF%)
*ENDFUNCTION
then:
BPCGACCOUNT([CFCF]),SOLVE_ORDER=10
I am selecting formula for member as CFCF and then
BPCGACCOUNT([CFCF]),SOLVE_ORDER=10
I think that is why i am getting nested formula issue. what should be the member you will be selecting in member formulas section
Thans for all your support.