starbase59
MIS
I have CR9 and SQL Server db.
I want to exclude particular text strings using NOT, and I need to use the wildcard to include spelling errors and/or variations of spelling, etc, within the text string. So far, none of my formulas have worked.
Can NOT("X") be used with character data type?
For example:
not({HISTORY.DESCRIPTION} like "Left VoiceMail*")
If I design it like this with <>:
({HISTORY.DESCRIPTION} <> "Left VoiceMail")
then it will only search for the text, if it's spelled exactly like what is between the quotes, which I don't want.
Any solutions?
I want to exclude particular text strings using NOT, and I need to use the wildcard to include spelling errors and/or variations of spelling, etc, within the text string. So far, none of my formulas have worked.
Can NOT("X") be used with character data type?
For example:
not({HISTORY.DESCRIPTION} like "Left VoiceMail*")
If I design it like this with <>:
({HISTORY.DESCRIPTION} <> "Left VoiceMail")
then it will only search for the text, if it's spelled exactly like what is between the quotes, which I don't want.
Any solutions?