Hi All,
I want to use evaluate variable with IN clause in ODI. I tried in different ways, but it is not working
I am setting the value to one of the variable as 'abc' and evaluating expression with
1)('abc','xyz')
2)(abc,xyz)
3)abc,xyz
4)'abc','xyz'
but nothing is working. Anyone tried how to give the expression for IN clause.
Note--i want to use multiple values inside IN clause
Thanks,
SD