Passing a SmartList Value to a Member
Summary
Question about IF calculationContent
Hi everyone,
I tried to pass a smartlist value to a member using these functions but it doesn't work.
"Version" = @MEMBER(@CONCATENATE("HSP_ID_",@HspNumToString("SmartlistMbr"->"CustomDimMbr1")));
I managed to pass the value of the smartlist only by enclosing the calculation in an IF clause but it has a dramatic impact on performances.
"Version"(
if (@ISMBR(@MEMBER(@CONCATENATE("HSP_ID_",@HspNumToString("SmartlistMbr"->"CustomDimMbr1")))))
"CustomDimMbr1";
endif;
)
Why the first script doesn't work?
Thank you Community,
Have a nice day!
Version
Cloud
Tagged:
1