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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Security not working

Hi,

attached shows two tabs.  the first is the security and the second it the load.  The Security for Luis.Black is not working.

Any help appreciated please.

Regards,

Laura 

31 Replies
tamilarasu
Champion
Champion

The field values should be in caps. Could you post your NewState data here.?

Anonymous
Not applicable
Author

These are the actual results.  I.e. I changed the Case in the script not to disclose table/fields etc....   

NSW-Direct
NSW-Membership
SA
TAS
VIC
tamilarasu
Champion
Champion

Please try again like below attachment (Replace only NTDOMAINSID).

stabben23
Partner - Master
Partner - Master

SectionAccess;
LOAD * INLINE[
ACCESS,   NTNAME,               NTDOMAINSID, NEWSTATE
USER,     NSYDNEY\luis.black,      XXXX,      VIC
ADMIN,    NSYDNEY\gen.rae,         XXXX,      

];

Try to use 'blank' in NEWSTATE instead of '*'.

Anonymous
Not applicable
Author

no luck.  Am I able to get someone to do a WebEx or Goto meeting with me at all?

tamilarasu
Champion
Champion

No clue. I have a similar script which is working fine for me (Even the field label is in small letters).

Capture.PNG

Anonymous
Not applicable
Author

thanks all for you help.  I've tried everything and still no luck. so will try fresh tomorrow

Not applicable
Author

     Could you please try upper(NTNAME) in your script. As below


SectionAccess;
LOAD * INLINE[
ACCESS,   NTNAME,               NTDOMAINSID, NEWSTATE
USER,     NSYDNEY\LUIS.BLACK,      XXXX,      VIC
ADMIN,    NSYDNEY\GEN.RAE,         XXXX,     

];

SECTION Application;



Anonymous
Not applicable
Author

Question please....Does the Access field need to be a %key field or can it be any field loaded?

tresesco
MVP
MVP

It can be any field. I suggest to refer : Section Access for deep understanding.