Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

section access to hide tabs

Hi,

How can I use section access script to control access to application tabs for different users?

Example will be really appreciated!

Thanks,

Prashant

4 Replies
SunilChauhan
Champion
Champion

here is what u want

section Access;

Load * inline  [

Access,UserID,Password,SHEETID

Admin,sunil,sunil,*

user,sumit,sumit,SH01

user,vishesh,vishesh,SH02

];

section Application;

Load

SHEETID, // Required to be in capital

.

.

.

from path;

and in document properties->

check initial reduction based on section access

in general of ur tab-> check conditional -> count( 'SH01')>1

thanks

Sunil Chauhan

Sunil Chauhan
Sokkorn
Master
Master

Hi Prashant,

Check my attached file for your reference.

Regards,

Sokkorn

Not applicable
Author

but I have 35 users and 21 sheets

ur solution is becoming laborious thing to maintain....

is there any alternative?

Not applicable
Author

can you use this section access along with initial load reduction with strict exclusion.  I am using section access to reduce data by values in specific fields like Project Manager.  can I add the hide tab section access to this same load script