- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 08:55 AM
Hi Experts,
3rd party has to fetch records from incident table and we don't want to expose whole incident table with all the records and columns. So idea is to expose database view of incident table with limited records and fields.
The issue is I am not able to filter the records in database view on a single table. Could you please help? "Where" query is not working.
Regards
Ramandeep
Solved! Go to Solution.
- Labels:
-
Best Practices
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 09:26 AM
Hello,
You need to have 2 tables for database view, once done, you can set filter as shown in screenshot below
Then run the view and you should see the desired results, please see below screenshot which shows only 1 record as per filter applied on number field above
Please mark reply as correct / helpful if it answers your question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2019 07:24 PM
Above database view is sufficient and addresses requirement without creating new extended child table. Any reason to create separate table?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2019 06:16 PM
I was just providing an alternate option