So i am trying to use this cool feature in smartlist that has been posted in this blog :Hierarchy-driven Smart Lists and using them in Calc scripts ~ Oracle - Hyperion Labs
but for some reason , it's not working , so i did the below scenario :
in the smart list , there is a member associated with ID :58579 so for example I executed this formula and it worked :--> @member(HSP_ID_58579) = Paymentvalue ;
but when i tried to make it dynamic it does't work --> @member(@CONCATENATE(“HSP_ID_”, @hspnumtostring(58579))) = Paymentvalue ;
Is there a logic reason why the second formula is not working ?
Thank you,