Author Topic: Filter Out Text  (Read 463 times)

Offline KEKeogh

  • Full Member
  • ***
  • Posts: 30
  • Forum Citizenship: +0/-0
Filter Out Text
« on: 10 Nov 2009 01:25:16 am »
I'm sure I'm missing something simple but I just can't see it.

I have a a report that I want to pull all items where the Desription field does NOT begin with "FYI".


I was thinking [Description] is missing 'FYI' would work but it didn't.

Thanks for the help
Kathie

Offline Gopinath

  • Community Leader
  • *****
  • Posts: 176
  • Forum Citizenship: +12/-0
Re: Filter Out Text
« Reply #1 on: 10 Nov 2009 02:39:38 pm »
Hi,

[Description] NOT LIKE 'FYI%' should work.