Need Help Adding New Table into Existing Database View
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2024 11:03 AM - edited 08-10-2024 11:05 AM
Hi Community,
I have a database view that fetches HR cases with SLAs and articles connected to them. I want to add a new table to this view so that it fetches records from both the existing tables and the new table based on specified conditions.
I tried using an `OR` condition to include records from the new table but encountered issues.
Can someone guide me on how to correctly integrate the new table and apply the necessary conditions to include records from all tables?
Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2024 09:12 PM
Hi @Astik Thombare ,
What i can make out from your screenshot is, you will need to work on your where clause.
PLease look at this example:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-12-2024 01:47 PM
It's hard to give any opinion as long as you don't say what you want to show in that DB view.