- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2020 01:19 PM
We have setup an choice field on incident form. Choice field= Ticket Type: Incident or Request Type.
On incident form we have Category EOL , subcategory - laptop replacement.
On sc_req_item we have EOL item.
I need to merge the 2 reports to understand total EOL upgrades for x time.
Is this possible? If so how would the database view be configured?
Thanks!
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 07:51 AM
Hi David,
Could you please created database view as I created below. It's working for me.
In the Incident and Requested Item tables, we have common thing is parent table i.e. Task. So I have configured as below.
Kindly let me know if it is helpful for you.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 07:32 AM
For the field Ticket type did you get below configured? As highlighted in my comments before?
1. For the Ticket type field (selectbox) that you have on incident form with selection as Incident or Request
pass value for Request as sc_req_item while the label will be Request
& pass value for Incident as incident while the label to be Incident

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 07:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 11:55 AM
Also thank you for all your help. I really appreciate it.
David

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2020 12:04 PM