when I do a searhc for system / consultant, it does not find it. however, when I just do a search by system then it finds it. what wrong with my script. thank you for the help.
(if {?vendorBusinessDesc} <> ' ' then
{Command.BUSINESSDESC} like trim(uppercase("*"+{?vendorBusinessDesc}+"*"))
else True)
(if {?vendorBusinessDesc} <> ' ' then
{Command.BUSINESSDESC} like trim(uppercase("*"+{?vendorBusinessDesc}+"*"))
else True)