Database view not showing column values of one table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 04:35 AM
Hello fellow developers,
I Have currently configured a database view by utilizing by 2 tables---Security Incident (sn_si_incident) and Application security tags. I Have put in all tHe required data and added two tables. Also added a where clause for Application security tags,specifying "si_sys_id= tag_record_id"(where si is prefix for Security Incident and tag is for Application security tags). The problem is when I am trying to get the data from both the tables, the field values/columns from security incident is coming as blank, whereas there is data for Application security tags. Have you faced any issue like this? Please help me!!
Regards,
Deblina
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2024 06:04 AM
did you add the fields present in where clause as view fields under that view table?
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
05-13-2025 06:40 AM
I added them but still not helful