How to use '<< Select Where' or '<< Get Rows Where' on a list of columns names or references?
Hi,Basically, I have script where I'm trying to return the row numbers of certain columns that contain a specific value. In my example, I have several columns where the value can either be a 1 or a 0. I'm trying to get the row numbers for any row that contains a zero regardless of which column its in. I can do this easily enough for one column using the following syntax:
selectedRows = datatable <<...