Hello all,
I have such a question: How can i remove a single element from a list using @Formula language? Thanks for any support.
P.S. Is there somewhere a good manual/tutorial related to managing lists in @formula or LotusScript language?
Hello all,
I have such a question: How can i remove a single element from a list using @Formula language? Thanks for any support.
P.S. Is there somewhere a good manual/tutorial related to managing lists in @formula or LotusScript language?
Subject: Is it a unique value?
If so, then take a look at the @Replace function.
You should be able to replace the value with a null value, and then @Trim the list to remove the element.
Hope that helps!
T.