Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have a scenario.
i have to get max date from 'pat_full_info' and i need to add global variable using 'tFlowToIterate_1' and i need to use that global variable in 'patient' and 'doctor' tMysqlInput components (in query) to filter data and i need to map filtered 'patient' and 'doctor' data using tMap and insert or update that data into output table(tMysqlOutput_1).
Look into my job.
I created one global variable using 'tFlowToIterate_1' and i linked to 'patient' and 'doctor'.Till now ok.
But when tried to map 'patient' and 'doctor' to tMap,i am able to map only one table either 'patient' or 'doctor' but i need to do for both tables.
i have attached screenshot also.
Help to solve how i can accomplish my task.