Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Publisher Section Access Management Assistance

Hi everyone.

I've expanded to apply Section Accessuser security and have success with Inline in Hidden Script.  The company size will make this management disasterous.

I'm trying to apply it through Publisher Section Access but I'm having trouble applying it and there is little to none resources to research like there is for the Inline style.

I've set up a couple test users and an admin in the QMC.  I've applied the script to load the fields from the AuthTable in the test report.

When I run it from another system it doesn't pick up the users in the table to allow them access and locks them out.

I'm certain my script isn't true and just need input where I need to fix it.

Thanks for your help.


ps.  We have Publisher license.

--------------------------------------------------------------------------------

Section

Access;
LOAD ACCESS,
NTNAME
FROM
[http://<server>:4780/QMS/AuthTable]
(
html, utf8, embedded labels, table is default);
Section Application;


LOAD * INLINE [
OrderNo, ExtendedPrice, Amount
10, 15000, 15000
18, 210000, 210000
32, 2000000, 2000000
51, 100000, 100000

];

6 Replies
maxgro
MVP
MVP

Usually there is a common field between the 2 tables in section access and in section application

ORDERNO?

Not applicable
Author

Attempted adding one to test.


Section Access;
LOAD ACCESS,
NTNAME,
OMIT,
AMOUNT
FROM

...


No difference

maxgro
MVP
MVP

remove OMIT (OMIT is for hide fields)

add ORDERNO (with values in the inline table, 18, 32, ....)

and always use uppercase for ORDERNO

detail in the attachment

Not applicable
Author

Thanks.

I've applied inline section access following the document.  It doesn't detail Section Access Publisher Authorization which I need to achieve.

Thank you though.

maxgro
MVP
MVP

the only difference is the source of the section access (excel, db, publisher)

http://community.qlik.com/message/402321#402321

it works in the same way

Not applicable
Author

Originally I was getting access denied error but figured that was due to one station being in Dev and the other station is in Prod.

Fixed that in the QMC adding the user for both domains.

Now I get the error cannot load the table after the report is open and run the reload ...