Using Smart List in Business Rules in Hyperion Planning 11.1..2.4 On Premise
A quick question on Smart Lists usages in Business Rules.
Scenario - Typical one - trying to assign the value captured in smart list as a dimension member .
Smart List Value id is 1. ....10 , name is BA_1101 ....to 1110 and label is 1101 LHO.....9 such labels . and want to write the values of BA_1101 to BA_1110 as dimension members of say Department members 1101 to 1110.
Tried few codes like @SUBSTRING(@Member(@CONCATENATE(HSP_ID_,@Name(@hspnumtostring(DVal))))),3) .with less/ number of brackets.... I believe hsp syntax is specific to cloud instances ?
Kindly suggest appropriate way(s) of coding for this scenario. Appreciate your response.