@ISATTRIBUTE Shared Entity Member
Summary:
I have a custom attribute set up on my Entity dimension and had put code into FCCS_110 to check if the attribute is a certain member before performing a calculation: IF(@ISATTRIBUTE("R")). This works on the non-shared Entity, but is not calculating at all on the shared member. Based on research on this forum it looks like this is a known issue and the guidance was to switch to using a UDA. I have modified my code to be IF(@ISUDA(@CURRMBR("Entity"),"R")) because it won't let me deploy the rule if I try IF(@ISUDA("Entity","R")) since this is not a delivered
0