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

Session Access

Hi all,

I provide a list of the employees in the departments in the orgaisation like

NameSales
EmpIdDesignation
Jhon1200E1HR
Sanjay4500E2Accounts
Manoj4300E3Financial
Dinesh2500E4Personal
Prakash3400E5Financial
Rajeev2300E6Accounts
Meena6000E7Personal
Ravi5600E8HR

How i use session access on this type of list of organisation and how provide access to the application where if HR department person want to access he/she can see ony his department detalils like HR has two person so he/she she only HR records like ways for other department also.

Also if there is four sheets in QVW application like HR,Accounts,Financial,Personal so the department sheet is only access by the department person only like HR person only able to see HR sheet like this Accounts person only see his sheet.

Thanks,

3 Replies
Not applicable
Author

Hi,

Can any one help me out for this session access.

Thanks,

Not applicable
Author

session access code write in hidden script TRY THIS CODE

SECTION Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,DESIGNATION

    ADMIN, ADMIN, 12345

    USER, HR, 123,HR

    USER,ACCOUNTS,123,ACCOUNTS

     USER,FINANCIAL,123,FINANCIAL

     USER PERSONAL,123,PERSONAL

];

Section Application;

HERE IN DESIGNATION FIELD ALL FIELD VALUES MUST BE  WRITE IN UPPER CASE THEN ONLY SCRIPT EXECUTE OR ELSE IT WILL SHOW ACCESSDENIED ON OPENING YOUR QVW

-REGARDS

DABADE

Not applicable
Author

FOR MORE INFORMATION ABOUT SESSION ACCESS FOLLOW LINK

           http://www.youtube.com/watch?v=kwyZdQJDbhg

-REGARDS

DABADE