Apr 21, 2006 #1 huichun Programmer Jul 24, 2002 8 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 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
Apr 21, 2006 #2 mbutch Programmer Nov 17, 2000 100 US I don't see why that wouldn't work. Is it throwing an exception or just not returning any records? Upvote 0 Downvote
Apr 21, 2006 Thread starter #3 huichun Programmer Jul 24, 2002 8 US ok, that worked. Now I need record without "G" in 3rd position. Any thoughts? Upvote 0 Downvote
Apr 21, 2006 #4 synapsevampire Programmer Mar 23, 2002 20,180 US You can always use a NOT, as in: not('G' in {recap.batchnmber}[3]) -k Upvote 0 Downvote