Hi All,
I have sql query select paymentnumber_id from payment_details_customers where status="active" ;
the paymentnumber_id retrieved is to be used as parameter in another query like the below statement
select card_number, property_number, customer_name from customer_survey_details where paymentnumber_id=${paymentnumber_id}
How to achieve this in pentaho kettle.
Can some one please guide me.
It will be a great help.
thanks,
malibu
I have sql query select paymentnumber_id from payment_details_customers where status="active" ;
the paymentnumber_id retrieved is to be used as parameter in another query like the below statement
select card_number, property_number, customer_name from customer_survey_details where paymentnumber_id=${paymentnumber_id}
How to achieve this in pentaho kettle.
Can some one please guide me.
It will be a great help.
thanks,
malibu