Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Section Access

Guys, i need your help. I try to create report which would show different information for each users. I created section access (it contains three column ACCESS, NTNAME, USER)

and section application ( contains column USER and column i want use).

After script complete when i open a document it work totally fine, i can see defined part of information i set and i cant change it

But when i publish it in Qlik Management Console, and try to connect to report through AccessPoint. It tell me that i dont have a right to open a report.

1 Solution
4 Replies
jaumecf23
Creator III
Creator III

It's important that the Service User has full access to the hole application. In your code try something like this :

ACCESS, NTNAME, USER, ID

ADMIN, Ambar\QlikService, Ambar\QlikService,*

The ID field must have the following vale "*" to have full access.

Anonymous
Not applicable
Author

I set value as you'd said, but nothing happened =(. Thank you for tip anyway

Anonymous
Not applicable
Author

Thank you a lot for this compilation, i found solution there.