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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Excluding fields that begin with certain characters... 1

Status
Not open for further replies.

rji1124

Technical User
Nov 15, 2001
67
US
Hi, I am using CR9... I want to exclude entries in my reports that start with the words "IN QUEUE" in a brief description line... I put this entry in my Group selection formula (but it still selects tickets with this as the first characters in the field)...

and not ({probsummarym1.brief.description} startswith "IN QUEUE")

Any help is appreciated...
 
That should work, although you could be doing this in the record selection formula instead of the group selection formula. Are you sure the words appear in caps? You should place the field in the detail section and observe whether there is any variation. You might also try:

not (trim({probsummarym1.brief.description}) startswith "IN QUEUE")

...in case there are leading spaces.

-LB
 
Thanks! it was indeed some a leading space! You have saved my life this week. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top