Ok so I'm trying to do another funny thing now in Informatica =)
I have a lookup with a SQL override statement already written and working. Now I need a little more flexibility in terms of being able to dynamically adjust that override statement. Basically what I need to do is this...the last part of the statement is "FETCH FIRST 3 ROWS ONLY". I'd like to adjust it so that "3" can be changed dynamically by adjusting a value in a designated table column.
I attempted to do another lookup and pull that value before hitting this lookup and forcing the value in via a port...no go. Am I going about this the wrong way? Or should I try something like a parameter variable?
Thanks,
Jisoo23
I have a lookup with a SQL override statement already written and working. Now I need a little more flexibility in terms of being able to dynamically adjust that override statement. Basically what I need to do is this...the last part of the statement is "FETCH FIRST 3 ROWS ONLY". I'd like to adjust it so that "3" can be changed dynamically by adjusting a value in a designated table column.
I attempted to do another lookup and pull that value before hitting this lookup and forcing the value in via a port...no go. Am I going about this the wrong way? Or should I try something like a parameter variable?
Thanks,
Jisoo23