Can't seem to get the select set selection right. I know about RE, but I'm still having problems..I'm try to exclude Demo and Beta's. Something like this:*(Demo)* or *(Beta)* *(Demo)* | *(Beta)*then apply the logical NOT...Are ()'s literals? I tried this too:*(Demo)|(Beta)*
Assuming that "(Demo)" and "(Beta)" are the substrings in the Set Descriptions, you can do this:%d=*(Demo)*;%d=*(Beta)*(+ invert)Roman Scherzer