How to select rows based on multiple criteria?
Hi,I am writing a script to Subset a data table. Following the scripting guids' coding example I can select according to a criterium:for each row(Selected(Rowstate())=(name=="KATIE"));How can I generalize this to select both KATIE and LOUISE?This does not work:for each row(Selected(Rowstate())=(name=="KATIE","LOUISE")); So what is the syntax for this?RegardsPoul