Solved
Forum Discussion
marjan_karafilo
3 years agoContributor
Hi @nirupama ,
You can try the following expression:
$NEUTSUM.split('|').filter(x => x != "").reduce((accum, currentValue) => accum + currentValue, 0)
Let me know if this helps you.
BR,
Marjan