Hi Experts- Below is the code located in my function file, are the following MDX functions supported in EPM10 since we were not able to validate the MDX? Based on the code they are 1. Hierarchize 2. Descendants 3. Currentmember 4. Currentmember.properties 5. Currentmember.level.ordinal //PC Functions *FUNCTION LOBSUM(%DIM%,%HIR%,%PROP1%,%PROP2%) SUM(Filter({Hierarchize(Descendants([%DIM%]. [%HIR%].currentmember,99,LEAVES))},([%DIM%]. [%HIR%].currentmember.properties("%PROP1%")<>"" OR [%DIM%]. [%HIR%].currentmember.properties("%PROP2%")<>"")),[Reins_Total]) *ENDFUNCTION *FUNCTION HIR(%DIM%,%HIR%,%Arg1%,%Arg2%) iif([%DIM%].[%HIR%].CurrentMember.Level.Ordinal>0,%Arg1%,%Arg2%) *ENDFUNCTION
↧