
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2019 02:26 PM
Hello Everyone,
Need help / ideas on the following:
I have several custom tables I need to be able to run a report
to see if the short description on
1. Custom table A and B have the keywords "R of R" or "R or R".
2. Custom table C has the keywords "COVERAGE"
3. The data is within a start date and end date
if the above is met output should be the claim #, Name,
what is the best approach ?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2019 11:22 PM
Hi,
You can create an Database view on all three custom table, then you can create a report with all of the filter conditions.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2019 11:22 PM
Hi,
You can create an Database view on all three custom table, then you can create a report with all of the filter conditions.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 09:37 AM
Look at this past community article for keyword conditions: https://community.servicenow.com/community?id=community_question&sys_id=0991dcd7db5557407b337a9e0f9619dd

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2019 12:18 PM
Thank you everyone for your help.
It looks like database views is the way to go.