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

interview question

hello guys can any one answer these questions plz

  • Explain “Strict Exclusion” while implementing Section Access and what are the implications of not using this option?
  • How do you implement Section Access on hierarchy based data?
  • Describe Section Access architecture?
  • What is the difference between Authentication & Authorization in QlikView? And how to implement them?


thanks


2 Replies
Gysbert_Wassenaar

See interview question


talk is cheap, supply exceeds demand
Not applicable
Author

Strict Exclusion -

Consider below scenario. USER1 is authorized to see USA data, USER2 for UK and USER3 for JAPAN data. If for any reason, the QVW does not have JAPAN data. If strict exclusion is not selected, then the user USER3 will get access to all the countries data. To avoid this, the option should be selected, the QVW should be reloaded and saved.

SECTION ACCESS;


LOAD * INLINE [

ACCESS, NTNAME, COUNTRY

ADMIN, ADMIN1,

USER, UESR1, USA

USER, USER2, UK

USER, USER3, JAPAN

];


SECTION APPLICATION;



Note - I will add answers to other questions when I get some time.


Regards,

KKR