
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 10:57 AM
Hello Community,
I'm running a report against the kb_use table to simply get a count of articles used and the short description of the article. ( I have Knowledge_admin role )
However the short description is not being displayed:
Any ideas as to what could be blocking this? I am able to see the field in other reports from the KB_knowledge table so I know the actual field is not restricted.
Thank you
Solved! Go to Solution.
- Labels:
-
Knowledge Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-28-2018 07:58 AM
Thank you All for your replies,
The cause of the issue turned out to be in an ACL that was preventing any role other than Admin from displaying that field in this fashion.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 11:02 AM
If you remove the grouping by User, do you see it?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 01:47 PM
Hello,
Thank you for your reply, I have tried that as well but it's still not displaying:
When I try the same on my personal DEV instance this feature is working for the KB admin role, I'm thinking it could have something to do with the table relationship (I can't be sure but I don't think it's related to an ACL on either table as independently I can access the data from both)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 01:52 PM
What happens if you also add Article to the Right bucket? Do you see the article number?
Also are you running this report as an admin?
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-14-2018 03:28 PM
Any field that I dot walk from "article" is not being displayed.
Fields that I dot walk to from other areas are being displayed (This is what makes me think the issue could be on the relationship between the two tables kb_use and kb_knowledge)
I'm running the report as a Knowledge_Admin
If running it as admin the field is displayed (then again very little is hidden from the admin role)