@CalcMgrSLMember not recognized?
In the october update it brought 4 new functions :
- @CalcMgrLogMessageTrace: Adds custom messages to the Log Messages tab after launching a rule in Calculation Manager.
- @CalcMgrIsValidMember: Returns "true" if the input in Member Name is a valid member.
- @CalcMgrIsValidSLMember: Returns "true" if the member associated with the numerical Smart List value is a valid member.
- @CalcMgrSLMember: Returns the member associated with the numerical Smart List value.
The last one (@CalcMgrSLMember) I was happy for as it seems to help us replace the commonly used
@MEMBER(@CONCATENATE("HSP_ID_",@HspNumToString(<SmartListReferenceValue>))) My hope is that we could replace this simply with : @CalcMgrSLMember(<SmartListRefrenceValue>)
Tagged:
0