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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Section Access on Sheet

Hi All,

I'm trying to restrict sheet access using section access. But, it is not working as expected.

Below is my script. Please let me know if I'm making any mistake.

Section Access;

LOAD ACCESS,

     UPPER(NTNAME) as NTNAME

FROM

[$(vDOCPath)\Tab_Access.xlsx]

(ooxml, embedded labels, table is Access);

SECTION Application;

LOAD UPPER(NTNAME) as NTNAME,

     EXPORT

FROM

[$(vDOCPath)\Tab_Access.xlsx]

(ooxml, embedded labels, table is Tab);

Access table

  

ACCESSNTNAME
ADMINQlikView Admin
USERa
USERb
USERc

Tab table

  

NTNAMEEXPORT
a1
b0
c0

Thanks,

Vinod Kumar V

1 Solution

Accepted Solutions
avinashelite

have you check the initial data reduction in the Document property >Opening ? if not do it .

Then what's your expected result ?? whats the result your getting can you please cot some words on that ?

try to add a  = before the EXPORT in the conditional  and then try

View solution in original post

4 Replies
avinashelite

have you check the initial data reduction in the Document property >Opening ? if not do it .

Then what's your expected result ?? whats the result your getting can you please cot some words on that ?

try to add a  = before the EXPORT in the conditional  and then try

Anonymous
Not applicable
Author

what you are getting .. Is your application asking for ID/PWD.

If not save your app and close Qlikview again open it and see if now its asking for ID/pwd or not .

Thanks

BKC

Anonymous
Not applicable
Author

To restrict the sheets you don't need to use section access

=MixMatch(

osuser(),

'ADID1',

'ADID2',

)

>0

Not applicable
Author

Thanks Avinash...

I forgot enable that checkbox