Page 1 of 1

Formula explain

Posted: Wed Apr 16, 2014 10:28 am
by vijaykumar.yes
Hi all,

Can any one explain what is the meaning of below formula
IF((@ISUDA (Department, @NAME(@UDA(Department, @NAME(@PARENT(@CURRMBR(Department)))))))
@UDA(Department, @NAME(@PARENT(@CURRMBR(Department))))
ENDIF;

where Department is Just a DIM and we don't have Department as UDA

Re: Formula explain

Posted: Wed Apr 16, 2014 5:17 pm
by jim wood
It's returning the value of the User Defined Attribute if one exists for the current member matching the parent name. Without the context of the formula it's difficult to say exactly what it's doing. If you're struggling with any of the formula command (@UDA for example) type them in to google and the oracle online documentation will tell you what it does,

Jim.