May 6, 2005 #1 smeyer56 IS-IT--Management Oct 16, 2002 206 US Is it possible to create a parameter such as {field} not like "*string*" in CR 8.5
May 6, 2005 2 #2 Naith Programmer May 14, 2002 2,530 GB Yes, but not like that. Not({field} like "*string*") Upvote 0 Downvote
May 6, 2005 1 #3 lbass Technical User Feb 9, 2002 32,816 US Or I think you could use: instr({table.string},"string") = 0 ...although Naith's version might be more likely to pass to the SQL statement. -LB Upvote 0 Downvote
Or I think you could use: instr({table.string},"string") = 0 ...although Naith's version might be more likely to pass to the SQL statement. -LB
May 6, 2005 Thread starter #4 smeyer56 IS-IT--Management Oct 16, 2002 206 US Naith, That was exactly what i was looking for Thanks Upvote 0 Downvote