Here is what I entered:
{PUItem.Alloc} <> "InStr(000') = 0"
It accepts this but it doesn't do anything to help me, same records are being returned. I am new to crystal reports so it could be all me.
To answer your questions
000 will not appear anywhere else in the string. I am not sure where you are seeing 11?
Main Topics
Browse All Topics





by: mlmccPosted on 2009-11-05 at 13:24:06ID: 25754208
Could you have ,000, anywhere else in the string?
If not then a select formula like
InStr('{YourField},'000') = 0
Will it always start at character 11?
If so then use
InStr('{YourField},'000') <> 11
mlmcc