- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2017 11:48 AM
Can anyone tell me how to create view with multiple tables. We have to query following four table.
Features(rm_feature)
Feature Requested Items Table(u_m2m_features_requested_items)
Requested Items(sc_req_item) and
Catalog Task (sc_task)
Requested Items Table is a related table to Feature table
Catalog Task table is related table to Requested Items Table I have created below view but it is not working.
Requested Items Table is a related table to Feature table
Catalog Task table is related table to Requested Items Table I have created below view but it is not working.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:28 AM
Hello,
Please find below the screenshot of left join field which can be added and set to true:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2017 08:49 AM
Thank you very much Andras. Thank you for your help.
It is working fine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2020 02:02 AM
Hey, Did you set left join to true for all tables?