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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access help needed

Hello All,

I have got the qlikview and licence for the personal edition, as per the training i have applied the section access under the edit script-- create hidden script..selected the basic user properties and applied the row level security as follows...

Section Access;
LOAD * INLINE [
    ACCESS, USERID, PASSWORD
    ADMIN, ADMIN, ADMIN
    USER, KANTH, KANTH
    USER, KARTHIK, KARTHIK
    USER , SURESH, SURESH
    USER, RAM, RAM
    ];
Section Application;

LOAD * Inline [
USERID, team
KANTH,  India
KARTHIK, Singapore
SURESH, Brazil
RAM,  China
];

i have also applied the document setting as open the page according to the section access. i have saved, closed and reopened the report... but it is not asking any of the user id and passwords, it is simply opening the report as it is .. please help me out with this regard, am new to qlikview.. Thanks in advance.

1 Solution

Accepted Solutions
Nicole-Smith

You need to reload the dashboard before you save, close, and reopen it.

View solution in original post

3 Replies
Nicole-Smith

You need to reload the dashboard before you save, close, and reopen it.

Not applicable
Author

Thanks for the reply, it takes 4 hrs for reloading, could you please help me with reloading methods,?

Nicole-Smith

Reload times really depend on how much data you have and how your load script is set up to connect the data.  I am attaching two documents (not written by me) that talk about best practices in how to model your data.  I hope this is helpful for you.