Data Base view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2025 10:51 PM
I want to create a data base view of Risk,control and compliance so that it should show the field in the below image
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2025 11:20 PM
Step 1: Identify the tables
Step 2: Create the database view: Navigate to System Defination >> Database Views
Step 3: Define the view tables, Join conditions. Risk as Primary table, Control and Combined Joined Tables
Step 4: Create view on Database view (Optional but recommeneded)
Step 5: Create reports on View
✔️ If this solves your issue, please mark it as Correct.
✔️ If you found it helpful, please mark it as Helpful.
—
Shubham Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2025 11:36 PM
Hi @Ramesh_01 ,
Typically, these tables could have a common field that allows us to join them together.
You can configure something like:
Table Where Clause
grc_risk
grc_control grc_risk_control.risk = grc_risk.sys_id
grc_control_compliance grc_control_compliance.control = grc_control.sys_id
grc_compliance grc_control_compliance.compliance = grc_compliance.sys_id
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Mohammad Danish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 12:13 AM
so what did you start with and where are you stuck?
what common field you are using?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2025 12:23 AM
I need to create a data base view of Risk, Control and Remedition task table to display the fields in the image
there are no common fields