Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

About ODI Filtering

dilekMay 27 2014 — edited Jun 9 2014

Hello everyone,

I have a question. I am creating a mapping / interface on ODI 12c. I have some tables to join and conditions belongs to each. One table has such a condition;

join   ra_customer_trx_all ct  on ctl.customer_trx_id = ct.customer_trx_id

                                and ct.org_id=23

                               and ct.batch_source_id  not in (select batch_source_id

                                                                from   ra_batch_sources_all

                                                                where  name like '%KHÇ%')


There is a subquery condition. How can I model it on ODI. In the filter window, only main table exists. In order to take batch_source_id column from ra_batch_sources_all table, shoul I join or how?


Regards,

Dilek

This post has been answered by sinan_gg on Jun 9 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 7 2014
Added on May 27 2014
1 comment
1,167 views