The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"How can I create a subset based on filtering criteria"
Sure this is easy but cant find the answer. I have a data set X with 1MM rows and 20 columns. I want to create Y, where Y is a subset of X, filtering on columns A and B. The filter rule would be only include row in Y if A > 0 AND B = "ABC" (for example).
What operator can I use to do this?
Thanks very much
JK
What operator can I use to do this?
Thanks very much
JK
Tagged:
0
Answers
In "Condition Class" select "Attribute Value Filter".
In "Parameter String" write:
A > 0 && B = ABC