Can I change the default for custom filters?

C

cbry

"Custom filte" always begins with "Show rows where <field name> EQUALS ..."
I almost always use CONTAINS. Can I change the default so that it'll
automatically display CONTAINS as the starting criterion? If so, how? I'm in
Mac OS 10.4.7. Thanks.
 
D

Dave Peterson

You can't change it the wintel version.

But you can fool it.

Say you want to check to see if the value contains cbry.

Use Equals and
*cbry*
surround your value with asterisks to get the equivalent of Contains

Leading asterisk (*cbry) is the same as ends with
trailing asterisk (cbry*) is the same as begins with

Why, oh, why isn't that dropdown box just a hair bigger!
 
C

cbry

Dave Peterson said:
You can't change it the wintel version.
But you can fool it... Use Equals and
*cbry*
surround your value with asterisks to get the equivalent of Contains


YEEEAAAAHHH -- works fine! A muy cool workaround. Many thanks, Dave P!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top