Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to set up a fine grained access control system for a QlikView application, using QV 8.5.
Here is a stripped down prototype (see attachment). It has two dimensions, Product and Channel, and one measure, Turnover. Access is based on ACLs that can be assigned to individual users.
In the example
Without access control, placing a selection on any one of the ACL items works exactly as expected.
When I open the application with access control enabled:
To reproduce the failure, open the application and uncomment the "SECTION application" directive in the Users tab in the script (tab 2), then re-run the script.
Hi,
I don't know exactly why Qlikview can't join the combination uppercase and lowercase at the value 'ACLx' of the Dim_Credentials table with the ACLs_raw table, I think the "section access" changes all the values to uppercase, for this reason, the user becker can access because its filter value is BACKSTAGE (uppercase).
I've attached your file with the modifications and it works.
I hope this will help you.
Sorry, of course it had to be:
uncomment the "SECTION access" directive in the Users tab in the script (tab 2), then re-run the script.
Has anyone an idea why my code does not work? I never got a reply.
Hi,
I don't know exactly why Qlikview can't join the combination uppercase and lowercase at the value 'ACLx' of the Dim_Credentials table with the ACLs_raw table, I think the "section access" changes all the values to uppercase, for this reason, the user becker can access because its filter value is BACKSTAGE (uppercase).
I've attached your file with the modifications and it works.
I hope this will help you.
Thanks Magv, that did it!