Hi,
I created a calculated member under a dimension like below:
IIF([GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8]=0,0,(([GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8]-[GLTOT_Scenario].[OTPP].[OTPP/1].[OTPP/2])/[GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8]))
Basically, this is a percentage value. Can anyone please help me to format to percentage in the formula?
tried this but not working:
IIF([GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8]=0,0,(([GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8]-[GLTOT_Scenario].[OTPP].[OTPP/1].[OTPP/2])/[GLTOT_Scenario].[OTPP].[OTPP/7].[OTPP/8])), FORMAT_STRING="Percentage";
Thanks,
Shivanand