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

Denying access to file but not to Server

Hi,

It's possible to put a password to access a Qlikview file directly but not when you access it through the Accesspoint?

Thanks

2 Replies
Not applicable
Author

Hi dferreiros2g,

Yes, it's Possible.
For Example add this Code to first of your Script.
(suppose current user is 'qlvw')

''''''''''''''''''''''''''''''''''
Section Access;

LOAD * INLINE [
    ACCESS, USERID, PASSWORD,NTNAME
    ADMIN,*,*,qlvw
    USER, User1, 123,*
    USER, User2, 456,*

];


Section Application;
.
.
.
''''''''''''''''''''''''''''''''''

Then Reload and ...

I hope it will be usefull.

Fred

Not applicable
Author

Hi Fred1977,

I already now this Qlikview functionality, but this applies an access restriction to any user opening the file, through the file itself or the server. I don't want that, I want to have only this restriction when the file is opened through the qlikview client not through the server.