Hi
I create report and share with users (join to ldap server). they can see report but when click on numbers that show on table do not have result. while admin user do the same thing and result load successfully.
seem users need to access "RootObject".
FYI:
1-give read permission to all users.
2-report run as report owner.
3-give permission to users to access index.
4-give permission to users to access data model.
5-inspect job : INFO UserManager - Unwound user context: myuser-> NULL
Any recommendation?
Thanks,
Hello @mehrdad_2000 ,
try run as user and delete the second pipe and everything after it:
index="masked" | search "masked"
if the user can see results continue with the next set (rename) and so on.
Let me know how it went
As you see i have 2 search, when user delete whatever exist in second search users able to see events.
Any idea?