Hi guys,
I need a quick bit of assistance here:
I know how to create a normal wildcard parameter:
uppercase ({Table.name}) LIKE "*"& uppercase({?Param name})&"*"
But I want be able to also create a not like parameter <> LIKE.
if the user enters John - then the only data that will be shown is where john is not in the string (any where in the string).
Any ideas it must be possible in a roundabout kind of way.
Thanks in advance.
AB
APB
I need a quick bit of assistance here:
I know how to create a normal wildcard parameter:
uppercase ({Table.name}) LIKE "*"& uppercase({?Param name})&"*"
But I want be able to also create a not like parameter <> LIKE.
if the user enters John - then the only data that will be shown is where john is not in the string (any where in the string).
Any ideas it must be possible in a roundabout kind of way.
Thanks in advance.
AB
APB