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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access: data not linked to DOMAIN\user

HI, all...

I've been reading manuals and examples for days, but no help...

//this is my section acces part, being pulled out from XLS

SECTION Access;

LOAD upper(ACCESS) AS ACCESS,

     upper(NTNAME) as NTNAME,

     upper(NTDOMAINSID) AS NTDOMAINSID,

     upper(IPSUF) AS IPSUF,

     upper(IPPREF) AS IPPREF

FROM

(biff, embedded labels, table is [Sheet1$]);

SECTION Application;

//then I have this:

LOAD upper(IPSUF) as IPSUF,

     upper(SUFIKS) as SUFIKS

FROM

(biff, embedded labels, table is [Sheet1$]);

LOAD upper(IPPREF) as IPPREF,

     upper(PREFIKS) as PREFIKS

FROM

(biff, embedded labels, table is [Sheet1$]);

//and afterwords, fields SUFIKS and PREFIKS also exist in data model.

When I log to my app and check my ID with =OSUser() it is me, but I', not linked with data how I'm supposed in Sufixi.xls

Thank alot for help... any additional info?

Milan

0 Replies