Hi,
Can you please help us with the following case ?
Control_Table :
Key | Value
A | Update #myVarTbl set value = #myVarVal
Value of myVarTbl and myVarVal are 'Table1' and 'Value1' resp. These values are derived in ODI from variable definition
We have another variable myVarScript (Definition : select Value from Control_Table where Key = 'A') whose output is saved to a file and the expected value is "Update Table1 set value = 'Value1'". but we are getting "Update #myVarTbl set value = #myVarVal" .
How do we replace value of variables within ODI variable ?
Kindly suggest.
Thanks,
Andy