Mar 25, 2011 #1 rrmcguire Programmer Oct 13, 2010 304 US Hello, Is there a way to write a formula to add into the select expert to not include records where a field does not contain a certain word? i.e. the field is DATCOMMENT, and I don't want to include records which include the word 'partial' thanks
Hello, Is there a way to write a formula to add into the select expert to not include records where a field does not contain a certain word? i.e. the field is DATCOMMENT, and I don't want to include records which include the word 'partial' thanks
Mar 25, 2011 #2 swiss2007 Technical User Aug 13, 2007 92 US try using the following formula in the select ----> selection formulas ----> Record Not({DATACOMMENT} LIKE '*partial*') Upvote 0 Downvote
try using the following formula in the select ----> selection formulas ----> Record Not({DATACOMMENT} LIKE '*partial*')
Mar 25, 2011 Thread starter #3 rrmcguire Programmer Oct 13, 2010 304 US this worked...thanks Upvote 0 Downvote