Is it possible to search on tabular rows based on column values. I know we can specify a value for in_column
when creating attribute.search_criterion()
, which is a step in the right direction, but I want to be able to conditionally search on rows, for example, I want to check for rows where Column 1 has a value of "ABC", Column 2 has a value of "DEF", and Column 3 has a value of "GHI".
It's possible via Viewer, but is it possible via the STK?