- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 10:27 AM
Hello,
I'm trying to create a database view to show related items under a change request (for reporting purposes)
Below is what I've created so far:
What am I missing?
Thank you for any help/guidance!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 11:08 AM
That is because all the above Where Clause conditions are taken as AND & not OR

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 11:08 AM
That is because all the above Where Clause conditions are taken as AND & not OR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 11:39 AM
Can you explain a little further for me?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 12:31 PM
I mean when you try above it will look for a change request that has Problem, RITM, Incidnet all associated to a particular change reqeust.
In case, if a change has only problem then it will not show up as the above will be an AND for all the Where clauses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2022 12:57 PM
Ah OK that makes sense. So for the problem table what could I change the Where Clause to?