I have a computed field w/ multi value enabled. It holds names, I need to remove a name from the list. Here is what is happening.
The field is set when saved, let's say the value is:
Chris;John;Paul
I'm using this command
FIELD fldNames := @Trim(@ReplaceSubstring(@Implode(approvalNeeded;" ");"Chris"; " "))
It is not updating the field. I can put that same command in an @prompt and I get the expected result.
What am I missing?
Thank you.
The field is set when saved, let's say the value is:
Chris;John;Paul
I'm using this command
FIELD fldNames := @Trim(@ReplaceSubstring(@Implode(approvalNeeded;" ");"Chris"; " "))
It is not updating the field. I can put that same command in an @prompt and I get the expected result.
What am I missing?
Thank you.