- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 06:07 AM
I'm trying to build database view between Business application table,rel_ci table,cmdb_sam_sw_install table.
I'm stuck in building where clause relation between rel_ci table , cmdb_sam_sw_install table.Kindly guide me how can i develop its relation.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2023 07:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2023 07:32 AM
The last one should be rel_child= vs. rel_sys_id=.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2023 07:35 AM
Also I'm assuming you have defined/added the used fields to all those tables (Sys ID for cmdb_ci_business_app and cmdb_sam_sw_install and Child and Parent for cmdb_rel_ci).