Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access

hi all!

Problem in access. I have  1 admin adn 2 users.

admin must see all. and he see all, BUT if user1 (he must see TOID=3, and see it)was open qvw and close (NOT SAVE), then admin see only TOID = 3. o_O

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD, TOID

    admin, admin, admin,*

    user, user1, user1, 3  

    user, user2, user2, *

];

Section Application;

1 Solution

Accepted Solutions
giakoum
Partner - Master II
Partner - Master II

Star means that they can see only what is mentioned in section access and not all. Remove Star from admin and try again.

View solution in original post

1 Reply
giakoum
Partner - Master II
Partner - Master II

Star means that they can see only what is mentioned in section access and not all. Remove Star from admin and try again.