Solved
Forum Discussion
nirupama
3 years agoNew Contributor II
@marjan.karafiloski That helped me, Thank you!!
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
@marjan.karafiloski That helped me, Thank you!!