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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
alexpanjhc
Specialist
Specialist

section access

Hi

I am having some trouble in section access.

here is the code I used

section Access;

star is *;

LOAD upper(ACCESS) as ACCESS,

 
upper(USERas USER,

    
upper([Sales Office]as [Sales Office]

FROM



(
ooxml, embedded labels, table is Sheet1);



section Application;

I also ticked the initial data redection based on section access, strick exclusion is checked too.(see attached)

when I closed out the qlikview and open it again, I did not asked to provide user name and password.

What was the problem?

Thanks

1 Solution

Accepted Solutions
Not applicable

Hi,

Try :

  upper(USERas USERID,

Regards,

Yigal.

View solution in original post

1 Reply
Not applicable

Hi,

Try :

  upper(USERas USERID,

Regards,

Yigal.