Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hiding tab in the access point

I have a dashboard ABC with 6 tabs. We have about 200 users accessing ABC in the Access point. We want to hide one of the tab to about 100 users in Access point. What is the best way to implement this. Users will be logging into the access point using windows AD.

Please note these users don't access the QVW file. This questions is more of the users access to the dashboard in the access point.

1 Solution

Accepted Solutions
Not applicable
Author

Hi

1st Workaround  - In Tab Sheet Properties, in condition add all 100 users by using OSUser function. Its traditional way. Faster way if you want implement immediately.

2nd Workaround - Get access grid security design in Access or excel. And in script embed this access control. This you need to design from core script.

3rd Workaround - Get all AD user list in excel, add excel in QVW. and pass reference of excel in to sheet properties condition.

Regards,

Lokesh

View solution in original post

4 Replies
Not applicable
Author

Hi

1st Workaround  - In Tab Sheet Properties, in condition add all 100 users by using OSUser function. Its traditional way. Faster way if you want implement immediately.

2nd Workaround - Get access grid security design in Access or excel. And in script embed this access control. This you need to design from core script.

3rd Workaround - Get all AD user list in excel, add excel in QVW. and pass reference of excel in to sheet properties condition.

Regards,

Lokesh

gregortvw
Contributor III
Contributor III

Hi,

maybe it's much easier to add users to 2 groups like "FULL_Access" & "LIMITED_Access" and then  publish 2 versions of the app via Loop'n'Reduce?

Or y can try Data Reduction via Section Access

Regards,

Gregor

amit_saini
Master III
Master III

Hi Santosh,

in addition to Lokesh suggestion , check below link:

Various levels of security implementation using Section Access

Thanks,

AS

amit_saini
Master III
Master III