How can we get user access right for a particular App Id using Postgre sql
Hi,
I am using .NET application to show qlik object.Currently i am showing all the app/object to all user, but if user has no access right on particular app then is show error "No AccessType Available".
My question is: How can we get user access right for particular app id using postgreSQL, So that we filter the app id user wise before showing it to user. Basically i want to communicate with Qlik repository from my .Net application using postgreSQL.