Hello,
I found an article on the forums which suggests to use a custom query if you need to use a wildcard. I have been going around in circles trying to get this to work. I am using an ODBC connection to a SQL database. Can you please show me the correct syntax for using the '%' ?
Here is what I am using currently:
SELECT "ESAINHSH"."CM_ATTACH_KEY"
FROM "EDENLive"."dbo"."ESAINHSH" "ESAINHSH"
WHERE "ESAINHSH"."INV_NO" LIKE '?%'
Note: I have tried this syntax already: ?%, ?'%', '?'%
Thanks!!