bug : problem in n-n relations

n-n relationships:
when using a global variable between two single quoted , at the time of execution
the query sent to the database omitted the second single quoted
example:
select FICHINVE_CODEBARR, FICHINVE_DESI
from TFICHINVE
WHERE FICHINVE_DOSS = ‘[DOSSCOUR_CODE]’

              query set to db:

                     select FICHINVE_CODEBARR, FICHINVE_DESI  from TFICHINVE  WHERE FICHINVE_DOSS =  '08

my scriptcase version in : 8.00.0016
database: sql server

Hello,

Have you tried to use no quotes?

Have you tried to space your quotes?

’ [globalVar] ’

regards,
Bernhard

Hello,

Try without quotes, or protect with backquotes [global]

Waiting your tests.

Thank you!