JasonMcConnell
Technical User
Hi,
I am trying to create a query in crystal that will return a list of all records that does not have a bracket at the start of the field.
The following query returns all records that do have a bracket at the starts
{REGISTRATION.NARRATIVE} STARTSWITH '{'
But can anybody tell me how to make crystal XI return records that do not start with a bracket?
Basically the opposite of above
I have tried {REGISTRATION.NARRATIVE} NOT STARTSWITH '{' but the syntax is wrong.
Thanks for your help
I am trying to create a query in crystal that will return a list of all records that does not have a bracket at the start of the field.
The following query returns all records that do have a bracket at the starts
{REGISTRATION.NARRATIVE} STARTSWITH '{'
But can anybody tell me how to make crystal XI return records that do not start with a bracket?
Basically the opposite of above
I have tried {REGISTRATION.NARRATIVE} NOT STARTSWITH '{' but the syntax is wrong.
Thanks for your help