Forum Discussion

Computer_Resear's avatar
Computer_Resear
Occasional Contributor
15 years ago

Re: Datasource query property expansion errors.

I have created a datasource step to execute the following sql: select * from aTable where column1 = '777' and column2 = ${="'" + ${Properties#theProperty} + "'"} I created a properties step ...