Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have a DB function which takes two parameters, one is the count and other is constant string(hard coded value). Count variable is calculated from tAggregateRow component which i can pass it to DB function in tOracleSP component (attached for reference). But how do i pass a constant string value as second parameter. Please suggest!!
As soon as you need it in your schema, you don't have choice, you may change tMap by tJavaRow but it's not really different. You may also use tFilterColumns to add a column by you need something else to populate it.
As soon as you need it in your schema, you don't have choice, you may change tMap by tJavaRow but it's not really different. You may also use tFilterColumns to add a column by you need something else to populate it.
Thank you, will work on it