Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gidon500
Creator II
Creator II

Section Access Problem

Hello

I have a problem , with a document  .

only admin users can open the document

user like this cannot access the document

ACCESS, USERID, PASSWORD,SERIAL,NTNAME

  user,*,*,*,ligad\gidon

when i change to user to admin

it open the documents

where is my problem ?

Gidon

3 Replies
Digvijay_Singh

How you are loading your section access data? Try upper case in data values.

avinashelite

Your not specifying an users in your code and when your using NTNAME no need of the USERID again.

You need to have a admin for the doc otherwise you will not able to do all operations , check this doc for more info

QlikView Section Access Examples

Introduction to Section Access

gidon500
Creator II
Creator II
Author

Hi

I load an inline table

like this


Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD,SERIAL,NTNAME
admin,*,*,*,team\fbc10
admin,*,*,*,team\david
user,*,*,*,TEAM\udi
user,*,*,*,TEAM\tamir
admin,*,*,*,TEAM\avivg

]
;