- 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 12:59 PM
What is the actual expectation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2022 01:15 PM
A user needed to create a report on the above highlighted fields but was unable to since the information came from multiple tables. I'm creating a database view so that all the fields in the related list can be pulled on the same report.