KB_USE not displaying article.short description

Lorenzo Stermie
Kilo Guru

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:

find_real_file.png

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

 

1 ACCEPTED SOLUTION

Lorenzo Stermie
Kilo Guru

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.

View solution in original post

18 REPLIES 18

SanjivMeher
Kilo Patron
Kilo Patron

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.

Hello,

 

Thank you for your reply, I have tried that as well but it's still not displaying:

find_real_file.png

 

 

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)

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.

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)