I need help replacing an entire field with 0. My filter works as long as I tell it what to look for in the field, but the wild card character (*) produces no changes.
Posted: Fri Nov 16, 2007 12:39 pm
by DataMystic Support
You need to read the extensive help file.
If you use a perl pattern, the wildcard
.*?
will match the entire field.