Assign text value (or smart list value) to a member getting the parent or ancestor name
Summary:
Content (required):
Hi, I want to set the text value to one 'account text' getting the parent name of other dimension.
I was trying to do with [[PlanningFunctions.getIdForString( @NAME(@ANCEST("DimName",4 ) ) )]]; but it gives an error.
I tried with smart list method, by creating a smartlist from members and tried this
"Account SL" = @CalcMgrDoubleFromString(@NAME(@ANCEST("DimName",4 ) ) ); , knowing the the Generation is on the smartlist, but no result.
If you have some groovy example that would help me as well, but I just wanted to be sure if there is a direct method in the calc script , both using smartlist or just text field.
Tagged:
0