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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Riccardo
Partner - Creator III
Partner - Creator III

Document Task with Section Access

Hi,

I've a qvw with Section Access into Hidden Script:

TabellaUserNeg:

LOAD

     ACCESS,

     NTNAME,

     NTDOMAINSID,

     COD_NEG

FROM

[http://HOST:4780/QMS/AuthTable]

(html, utf8, embedded labels, table is default);

Section Access;

LOAD ACCESS,

     NTNAME,

     COD_NEG

Resident TabellaUserNeg;

Section Application;

In qmc into Users/"Section Access Management" I've a default table with 4 users and 1 admin. These users matches with the intranet domain users. Admin is a local admin user.

So, If I open the qvw from Access Point it works and the users see their data correctly. But, If I set a Document Task into qmc with the Reduce Field COD_NEG and Distribute Recipient NTNAME, it doesn't work fine. It doesn't create a qvw file for each COD_NEG. Because the user that runs this task is Administrator, and Administrator has no COD_NEG value. (see below)

Can I set a bypass security with Administrator user?

My goal is run a qmc task and distribute it the right users splittin the file for each COD_NEG (and Administrator must see all the data when I run the task)

My User Table:

ACCESSNTNAMENTDOMAINSIDCOD_NEG
ADMINADMINISTRATORSRVMQLIK01
USERUSER1INTRANET1
USERUSER2INTRANET5
USERUSER3INTRANET20
USERUSER3INTRANET5

Thank you very much, best regards!

Riccardo

Riccardo Schillaci
BI Analyst
Datawarehouse & Business Intelligence
Labels (1)
0 Replies