Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access Deployment

We have been working on our first dashboard with section access in it.  We have it up and running on our local computers, once we try to run it though the management council the job fails.

The dashboard runs to completion without the section access in it.  (Strangely enough we have to completely DELETE section access from the load script to get it to run, if it is commented out the job fails!)

We tried editing the job and checking the section access box in the Reload tab.  This allows the job to run however we are denied access when we try to open it in access point.

Does anyone have any ideas or documentation on deploying section access?  I have the 'Introduction to Section Access' document, however that does not discuss deploying it through the management council

10 Replies
Bill_Britt
Former Employee
Former Employee

OK, lets look at something like this

Access;

LOAD * INLINE [
    ACCESS, USERID, GROUP
    ADMIN, ADMIN, AGRP
    ADMIN, BOB, CGRP
    ADMIN, TEST, BGRP
    ADMIN, MSS, BGRP

]
;

Section Application;
star is *;

LOAD * INLINE [
    GROUP, Country
    AGRP, *
    BGRP, USA
    CGRP, Canada
    CGRP, France
   ]
;

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.