How can I find the row and column of a value within a data table?
Hi all,I need to find the column and row number of a particular value within a data table. I know how to search for a value within a particular column (ie., row = dt1 << get rows where(:Device == "Device");) , which returns the row number, but what if I don't know what row it will be in?Is it possible to do this in JMP? I see how to do it from going to edit then search, but is there a way to do...
