Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section access issue

Hi all,

i have create session access table but association is not created.

  

Section Access;

LOAD * INLINE [

ACCESS,NTNAME,EMPLOYEEID

ADMIN , DOMAN\USER1E,1

USER, DOMAN\USER2 ,2

];

Section Application;

so below on table is created which contain EMPLOYEEID

so relation is not created between them.

6 Replies
Not applicable
Author

SECTION Access;

LOAD * INLINE [

    Access, Userid, password

    Admin, test1, 123

    user, test2, 456

];

    SECTION Application;

sujeetsingh
Master III
Master III

Better to go with section access document of qlikview first.

khadeer
Specialist
Specialist

There is no need to form association for section access.

Not applicable
Author

i want to use ntlogin not required login name & password

Not applicable
Author

i want to use ntlogin not required login name & password

Not applicable
Author

i need it association for filter a data.