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: 
Not applicable

Section access

Hi,

why when I run my script can I then not see any data? Even though I have set my access as admin, everything disappears!

The data definitely loads into the file, so it's not a question of it not being there.

 

I am GLOBAL\A_MCLEOD

ACCESS

NTNAME

OMIT

ADMIN

GLOBAL\A_MCLEOD

USER

GLOBAL\USER1

R_Comments__c

USER

GLOBAL\USER2

e_comments__c

USER

GLOBAL\USER3

R_Comments__c

Section Access;
Sections:
LOAD
 
ACCESS,
 
NTNAME,
 
OMIT
FROM
[..\..\Section Access\SalesforceSectionAccess.xls]
(
biff, embedded labels, table is [Sheet1$]);

Labels (1)
10 Replies
Not applicable
Author

Yeah, that's what i thought.