Expression to ignore 0 in CHOPto

prntscr.com/oa77c4

I’m trying to wirte an expression to ignore or delete the 0 in this table. The only data that I need is the non-zero numbers.

if it’s enough to check if the first column is zero, you can use a Select Dat and put ^0 in the Row Select Values parameter


select-non-zero.toe (3.38 KB)

1 Like

Thank you so much!