Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

MAIN and LookUP

 I'm facing issue with joins for example:

select * from customers c,categories CA,products p,network n,pin_server pn,credit_transfer ch

where c.cust_id=p.pro_id

and  c.dest_id=CA.cat_id(+)

and ch.config_id = pn.config_id
and  pn.network_id = n.network_id(+) 

In this case which component should be considered as main..

Thanks in advance

Labels (2)
4 Replies
Anonymous
Not applicable
Author

Hi
It depends the join model and the output columns. Do you want to do left outer join or inner join? Which tables do the output columns come from?

Regards
Shong
Anonymous
Not applicable
Author

I want do both left outer join and inner join

as i mentioned in above query

and output columns come from customers c should I consider Customer C component as main...

 

 

regards,

Sumanth

Anonymous
Not applicable
Author

Hi Yes, set Customer C as main, let me know if you have further questions. Regards Shong
Anonymous
Not applicable
Author

Ok thank you.
Regards
Sumanth