- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 11:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2017 12:12 PM
without seeing the where clauses we are guessing but are you sure that column is NAMED configuration_item and not cmdb_ci like it is used elsewhere in the database?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2017 06:19 AM
no worries at all glad i could help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 03:35 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-19-2018 03:53 PM
Found the solution.
In order for a field (element name to seen or recognized), you need to add it to the view.
The left outer join I created to link the Problem table to the Change request table is using the where clause
prob_rfc = chgreq_number
This means that I have to add the
Change Request field (rfc) to Problem table and
Number field (number) to the Change request table
Once I did this the error went away.