- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2020 09:35 PM
Hello,
I have created a Database view between Knowledge table and a m2m table associated with knowledge(u_m2m_countries_knowledge). I have given Where clause for custom table and made Left Join. Then i get all empty records in the report. Can someone help me figure out what is wrong and how it could be corrected.
Actually we are creating a report on Knowledge such that all the countries associated with it should also display in report. We have created a m2m Related list on Knowledge where they can add countries that article can associate with.
Solved! Go to Solution.
- Labels:
-
Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2020 11:30 PM
It worked when the where clause is changed to T2_u_knowledge = T1_sys_id
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2020 09:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2020 09:40 PM
Hi, if Left Join is made false, then it doesnt show any details at all. Displays no records.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2020 09:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2020 11:30 PM
It worked when the where clause is changed to T2_u_knowledge = T1_sys_id