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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Question about document security

Hi, i've watched Qlikview's security video series, and i have been trying to implement the inline security shown in the second video (Simple Row-level Security via Section Access). I have two issues that need to be clarified:

The first issue, is that after i set up some simple login credentials similar to the video, i cannot login with "USER" type accounts.

The second issue, is that when i change the document's security settings, the modifications made affect the "ADMIN" type accounts. Is this suposed to happen, or are security settings suposed to affect only "user" type accounts?

Here is the code used in the hidden script:

Section Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD

    ADMIN, master, admin

    ADMIN, adm, admin

    USER, usera, user

    USER, userb, user

    USER, userc, user

];

Section Application;

LOAD * INLINE [

     USERID, productName

     usera, COM

     userb, DDA

     userc, MOB

];

0 Replies