Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a formula to pull the record contain with the value in the field

Status
Not open for further replies.

huichun

Programmer
Joined
Jul 24, 2002
Messages
8
Location
US
I am trying to use following record selection formula to pull record contain with value (G) in the field but with no success, please help.

'G' in {recap.batchnmber}[3] ** any batches contains G in position 3

Huichun

 
I don't see why that wouldn't work. Is it throwing an exception or just not returning any records?
 
ok, that worked. Now I need record without "G" in 3rd position. Any thoughts?

 
You can always use a NOT, as in:

not('G' in {recap.batchnmber}[3])

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top