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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access qlikview through a web page

Hi

I have a web page for log in requires user id and password,

I want that only authorized user can access the qlikview application.

this qlik application contains the states and regarding information, and I want that opening the qlikview application will contain only state and its info to which user belong.

how to do this?

pls explain me in detail

8 Replies
prieper
Master II
Master II

Take a moment to read the manual under "SECTION ACCESS".

HTH
Peter

suniljain
Master
Master

you can implement section access based on state and User Id.

Not applicable
Author

pls explain in detail.

Not applicable
Author

pls explain it

Not applicable
Author

Hi Rajni,

Please take the reference of the attachment.

suniljain
Master
Master







Section

Access;

LOAD

[ACCESS]

,

NTNAME

FROM

(

biff, embedded labels, table is Users$)

;

LOAD

NTNAME

,

Trim

(LOCATION) as STATE

FROM

(

biff, embedded labels, table is Access$)

;

Section

Application;





Not applicable
Author

but hao to maintain access type in excel

suniljain
Master
Master

you have to maintain data like

User 1 ,Gujarat

User 2 ,Delhi

User 3, Maharashtra