I am trying to suppress certain keywords from my report, and having a wee bit of trouble, hopefully someone could help. Just a few questions?
1) Does crystal syntax have any wildcard characters that will suppress anything with a certain word in it ?
ex. {alarm_entries.alarm_keyword} = "listen:"
will this ignore this - listen: <29> port available
in the suppress section of the Section Expert, how would I ignore anything with the word "listen" in it.
2)Is there anyway to list all the keywords at once rather than having to rewrite each statement like:
{alarm_entries.alarm_keyword} = "listen:" or {alarm_entries.alarm_keyword} = "comm:" or {alarm_entries.alarm_keyword} = ".Daily:" or
{alarm_entries.alarm_keyword} = "[FE]:"
this does not seem to work every time either.
I'm sure I just don't know the proper syntax, because I am able to write it in SQL and it works.
If anyone has any suggestions, please let me know.
- David
1) Does crystal syntax have any wildcard characters that will suppress anything with a certain word in it ?
ex. {alarm_entries.alarm_keyword} = "listen:"
will this ignore this - listen: <29> port available
in the suppress section of the Section Expert, how would I ignore anything with the word "listen" in it.
2)Is there anyway to list all the keywords at once rather than having to rewrite each statement like:
{alarm_entries.alarm_keyword} = "listen:" or {alarm_entries.alarm_keyword} = "comm:" or {alarm_entries.alarm_keyword} = ".Daily:" or
{alarm_entries.alarm_keyword} = "[FE]:"
this does not seem to work every time either.
I'm sure I just don't know the proper syntax, because I am able to write it in SQL and it works.
If anyone has any suggestions, please let me know.
- David