Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
];
Usually there is a common field between the 2 tables in section access and in section application
ORDERNO?
Attempted adding one to test.
Section Access;
LOAD ACCESS,
NTNAME,
OMIT,
AMOUNT
FROM
...
No difference
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
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.
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
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 ...