Discussion Board for collaboration related to QlikView App Development.
I need to implement section access in qlikview document for the following requirement
also i need sheet level security for this document and few users able to see data for all the branches (Branch is field in data model)
and few user should be able to see the data only for single specified branch .
apart fom this
what are the changes need to made in QMC ---> Document---> Document CAL
hi
in order to implement section access you don't need change to the QMC
for your requirement to limit branches data for users follow this example
https://help.qlik.com/en-US/qlikview/November2017/Subsystems/Client/Content/Security.htm
as for sheet access , in the sheet property set the sheet to display only if a certain field has the value of one ,
than you need to build a table of all users or usertype and sheets , and for each sheet set the value to or 1 or 0 according to access limitations
Thanks for your suggestion
Let me try