Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Take a moment to read the manual under "SECTION ACCESS".
HTH
Peter
you can implement section access based on state and User Id.
pls explain in detail.
pls explain it
Hi Rajni,
Please take the reference of the attachment.
Section
Access;
LOAD
[ACCESS],
NTNAME
FROM
(
biff, embedded labels, table is Users$);
LOAD
NTNAME,
Trim
(LOCATION) as STATEFROM
(
biff, embedded labels, table is Access$);
Section
Application;
but hao to maintain access type in excel
you have to maintain data like
User 1 ,Gujarat
User 2 ,Delhi
User 3, Maharashtra