I am using the following to pull info from a database:
{Problem_Management.Short Description} like 'PSVC*'
That works as expected, so I thought I could simply use:
{Problem_Management.Short Description} not like 'PSVC*'
But that does not work.
I need to know how to use a not like expression. I am sure it must exist, but not sure how to use.
Using crystal version 8.
Did try !like and not(like('psvc*').
Help is appreciated.
{Problem_Management.Short Description} like 'PSVC*'
That works as expected, so I thought I could simply use:
{Problem_Management.Short Description} not like 'PSVC*'
But that does not work.
I need to know how to use a not like expression. I am sure it must exist, but not sure how to use.
Using crystal version 8.
Did try !like and not(like('psvc*').
Help is appreciated.