ODI variables value concatination


It is possible to concatenate the values of two odi variables by using the third variable 


In the refreshing tab of the third variable write
the following sql statement



select '#PROJ1.VAR1'||'#PROJ2.VAR2' from dual


use this third variable to store the concatenated value

No comments:

Post a Comment

Note: only a member of this blog may post a comment.