Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pathompong_vm
Contributor II
Contributor II

Need help with Section Access (multiple value from one field).

I need your help about section access,

I have one field that I would like to control all section as follow (field called 'TEST');

TEST

-A1


-A2


-B


-C

 

I would like to make section access something like this;


USER               TEST
MIKE                *
SARAH            B
JOHN              C
BEN                 A1,A2
TOM                A1,C

 

Now I can do control section access for MIKE, SARAH and JOHN.

But what should I do section access for BEN and TOM???

 

Thanks.

Labels (4)
1 Solution

Accepted Solutions
PrashantSangle

in this case repeat same line twice

USER ,TEST
MIKE, *
SARAH, B
JOHN, C
BEN, A1
BEN,A2
TOM, A1
TOM,C

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

in this case repeat same line twice

USER ,TEST
MIKE, *
SARAH, B
JOHN, C
BEN, A1
BEN,A2
TOM, A1
TOM,C

 

Regards,

Prashant Sangle

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
pathompong_vm
Contributor II
Contributor II
Author

It's working very fine, Thank you so much