Hi everyone
There is an issue here with Math.Sum node because of the previous node. One of the entries is empty and I cannot figure out how to remove that or track which element is causing it. Is there any way to solve this?
You could filter these values by inputting these values into a β==β node with an empty string (or a ββ; codeblock), and then using these booleans as the filter in a filter.byboolmask node.
1 Like
Oh Yeah. Thanks. I was trying with " " before. Didnβt even bother to see ββ.
What If I want to see which elementβs value is this, how can I check that?
List.AllIndicesOf
1 Like
If you want to ignore the elements with an empty value completely then you can just filter like @Daan mentioned. If you want to continue with the sum then you can use an If statement to convert the empties to 0.