Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
We need to design the access to various users. we also have a scenario wherein few users should not be provided access to few tabs in an application.
Can somebody guide me how to set up the access controls at application level and at individual Tab level.
Regards,
Raghav
Hi,
Data level access can be set up using the Section access.You will have to apply this in script level and you can find the details under section 26.3 in page 506 in the QV9 reference manual.
Tab level access control can be made by setting the 'show sheet' property to conditional and add the appropriate condition (ex. Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 if(osuser()='XXX',true(),false())) in the expression.
Hope this helps.
-Haneesh
Find attached the security example with spreadsheet plus the white paper
(Uname = QT , pwd = QT)
[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/2251.Data_5F00_protection_5F00_and_5F00_security_5F00_in_5F00_QlikView.pdf:550:0]
[View:http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/7041.SecurityDemo.xls:550:0]
Hi,
Thanks a lot for your kind help.
Regards,
Raghav