How to read the content of a table and delete specific rows

Hi,
I have a table made of 5 columns, and a variable number of rows.
I would like to delete a row, if the values in column 0 and 1 are equal to 0.

I have tried evaluate DAT, crazy CHOP expressions… not sure that I am heading the right direction but I think that it should be relatively straight forward…

any suggestion?

Use a Script DAT.
See several examples under Help->Operator Snippets ->DAT → Script DAT

Thank you so much for pointing me in the right direction!!

I have used the “exclude” example from the op snippet and changed a couple of things… it works!!

thanks again