Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set the access by two dimensions

HI guys,

I have met a problem when I set the access of user

we have a plant in each state, NY, NJ and CA. Each plant could produce PC and MOBILE.

there is a user only want the access of NY's PC&MOBILE, NJ's PC&MOBILE and CA's PC. how could I do this?

TIM图片20180119103049.png

MANY THANKS

3 Replies
uacg0009
Partner - Specialist
Partner - Specialist

Hi Glen,

Please try like this:

Section Access;

LOAD * INLINE [

    ACCESS, NTNAME, STATE, PRODUCT

    USER, AAA, NY, PC

    USER, AAA, NY, MOBILE

    USER, BBB, NJ, PC

    USER, BBB, NJ, MOBILE

    USER, CCC, CA, PC

];

Section Application;

Thanks.

Aiolos

Anonymous
Not applicable
Author

Hi Aiolos,

It doesn't work..

I have tried this and the result is that I have the full access..

uacg0009
Partner - Specialist
Partner - Specialist

Hi Glen,

Please make sure your column name is also upper case, and try again.

And don't forget to select the checkbox on Document Properties.

set the access by two dimensions.PNG

Thanks.

Aiolos