Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
savithri_n_s
Contributor III
Contributor III

Section access help

Hello Team,

 

I have applied Qlik view section access as below. the password is 123

 

The data on each tab is not excluded as per the section access with users given below.

 

Section Access;

LOAD * INLINE [

ACCESS, USERID, PASSWORD, upper(GU) as GU, upper(OG) as OG

ADMIN, ADMIN, ADMIN

USER, USER1, U1, ICEG,RES

USER, USER2, U2, UNITED STATES,OTHER

USER, USER3, U3, ASEAN,PRD

USER, USER3, U3, ANZ,CMT

];

Section Application;

 

Please can you help me to understand why it is not working?

 

Regards,

Savithri

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Remove those existing created filters and add new one.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Your script should be like this.

 

Section Access;

LOAD ACCESS, USERID, PASSWORD, upper(GU) as GU, upper(OG) as OG INLINE [

ACCESS, USERID, PASSWORD, GU, OG

ADMIN, ADMIN, ADMIN

USER, USER1, U1, ICEG,RES

USER, USER2, U2, UNITED STATES,OTHER

USER, USER3, U3, ASEAN,PRD

USER, USER3, U3, ANZ,CMT

];

 

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
savithri_n_s
Contributor III
Contributor III
Author

Capture.PNG

 

Hello Kaushik,

 

Thanks.Data is getting filtered however OG and GU in the filter in each tab is showing  as unavailable as shown above.

Can you please help?

 

Regards,

Savithrii

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Remove those existing created filters and add new one.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
savithri_n_s
Contributor III
Contributor III
Author

Thank you soo much kaushik

savithri_n_s
Contributor III
Contributor III
Author

Thank you soo much
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Cheers,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!