BlurredVision
Technical User
I have the following select statment, which fails if the user doesn't enter more then one value for the parameter. Does anyone know of a cleaner way of doing this?
Using BOXI against sql
if {?Location}[1] <> "" and
{Name} like '*'&{?Location}[1]&'*' then true else
if {?Location}[2] <> "" and
{Name} like '*'&{?Location}[2]&'*' then true else
false
Many thanks
Using BOXI against sql
if {?Location}[1] <> "" and
{Name} like '*'&{?Location}[1]&'*' then true else
if {?Location}[2] <> "" and
{Name} like '*'&{?Location}[2]&'*' then true else
false
Many thanks