
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 06:26 AM
Is it possible to join the kb_use table to include the knowledge base in addition to the KB article? I'm being tasked to identify the articles 'Guest User' has accessed by article and knowledge base. Any assistance would be helpful.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 06:44 AM
As Article field is a reference field on kb_use table, you can always dot-walk to the Knowledge base. No separate join is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 06:44 AM
As Article field is a reference field on kb_use table, you can always dot-walk to the Knowledge base. No separate join is required.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 07:26 AM
All I can say is, Doh!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2024 06:52 AM
Hey @William Busby
Give this a go in a Database View:
Then you can adjust the columns to be what you are looking for:
~Nick