I was trying to combine three tables and planning to build a database view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I was trying to combine three tables and planning to build a database view, please check below and confirm what I did wrong?
When I click on trynow, getting below error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sathwik1 ,
| user_criteria | 100 | uc | (Leave Empty) | false |
| kb_uc_can_read_mtom | 200 | ucread | ucread.user_criteria = uc.sys_id | true |
| kb_uc_can_contribute_mtom | 300 | uccontribute | uccontribute.user_criteria = uc.sys_id | true |
Please try the solution above if that is useful for you please markit as helpful and accept the solution to close the thread.
Regards,
Sagnic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Sathwik1 ,
Try using the " . " instead of the " _ " like (ucread.user_criteria=uc.sys_id)
did you add any view fields to the view tables?
if yes make sure the fields used in the where clause are included
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Now it's fine, but I don't see any data in the table.
Yes, I added views.. screenshot below.
@Chaitanya ILCR please help

