- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 05:51 AM
I have joined two tables and added the required fields in View Tables - > View fields also. Yet I am getting the same error as the view is unable to identify the field I am trying to fetch.
Any idea on how to resolve it? TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2020 06:00 AM
Hi Jaspal,
I think it should be below as cost_plan_breakdown has task field; prefix can be anything
lowercase or uppercase; also fields with underscore _
PM_sys_id = CPB_task
Regards
Ankur
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-15-2020 04:58 AM
Hi,
Is there any update on this? Is this question resolved or you need some more assistance.
Please consider marking appropriate reply as ✅Correct & 👍Helpful.
Regards
Ankur
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-2020 05:56 AM
In where clause you might be writing wrong...
example if I refer incident as inci_al and in that if I want to refer to description then I should declare as below
inci_al_description and not inci_al.description
Hope this gives you some clue , note if you have configured everything correctly then you will see the resultant table , by clicking on Try it
Mark my ANSWER as CORRECT and HELPFUL if it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2020 06:00 AM
HI I am joining two custom tables.
As you can see in the screenshot, I have written the join following the syntax.
Also I have added the fields in the VIEW Field list