henryk
2nd February 2005, 18:59
Hi all,

I'm trying to export items where the item code starts with say HH

I am using a range for the item code with the operator LIKE but I can't figure out what the syntax should be in the Value (From) field should be.

Am using Baan 4c4.

Thanks,
Henryk

henryk
2nd February 2005, 19:59
HH.*

Henryk

rdbailey
2nd February 2005, 21:16
You may also find the need to use multiple wildcards

e.g. .*stuff.*more.*

This would look for anything with "stuff" followed by "more" in the field (in that order). For what it's worth......