Database view obstacle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2024 06:23 AM
"Hi, I need help with a report in ServiceNow. I have a Standard Laptop field (true/false) in the product model table. When this field is true, I want the report to display all assets related to those models. However, the condition isn't working as expected. Any suggestions?"
This assets from product model must be seen in the Reports, if the field is marked true.
Also have created database view for both tables but not able to figure out the whereclause.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2024 06:28 AM
database view helps in joining 2 tables based on common field
what's your business requirement?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2024 02:29 AM
First add relevant fields from these tables to this database view, then figure out the common values between these two tables and then use the below logic.
chpm.field=ad.field
this should be in the product model table.