Extend filtering to all available column fields

BTW, I sent GPSoft a feature request for this after you asked if it was possible a couple of days back (thread).

Here's body of the request:

[quote="I"]Being able to match Special columns in Find/Select filters would be useful. For example, it would allow you to see just the Modified CVS files that need checking in.

Assuming that the columns can be populated for a Find/Select filter (else this is all moot!), here's an idea for how it could work:

Have a clause type of "Column" which then lets you select any known Special Column (and maybe any other internal Opus columns that you can't already match via other clause types?), and then allows you to have a condition such as one of these:

"Is String" <blah>
"Is Number" <42>
"Is Numeric Range" <-5> to <17>

The numeric stuff is probably not that useful and might be a pain to provide. I think string matching with wildcard support would be fine for almost all situations.

So if you wanted to match all CVS files with status Added of Modified you could have:

Column, Match, CVS Status, Is String, "Modified"
OR
Column, Match, CVS Status, Is String, "Added"[/quote]