- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 12:32 PM
I am attempting to create a database view for the first time and struggling to join the sysapproval_approver table and the change_request table.
So far everything I have tried as returned no results. Can anybody walk me through this?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 01:16 PM
Amend "chg_number" to "chg_sys_id"
chg_number is a string field where appr_sysapproval is a reference field and is expecting a sysID
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 01:04 PM
What have you tried?
What fields are you attempting to join on? Have you a screenshot of what you have so far?
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 01:09 PM
Hi Peter,
Here's what I've got so far. The only fields I have currently are:
For change request --- parent, short description, number
For sys approval -- approver, state, sysapproval
Ultimately I would add more fields than this, but I'd like to actually get something working before doing that.
I'm assuming my where clause must be off, but I'm not sure how to correct it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 01:16 PM
Amend "chg_number" to "chg_sys_id"
chg_number is a string field where appr_sysapproval is a reference field and is expecting a sysID
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-07-2015 01:21 PM
Thank you! This all it needed. Phew; much appreciated.