Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
paulwalker
Creator III
Creator III

Section Access

Hi Community,

Facing issue with Authentication.

I have two level access Country and Survey.  each country has multiple surveys.

Example: Canada has multiple surveys (like A, B, C), One user needs full access all the surveys and one user needs only A survey access.  (one particular Survey working fine, if I make for all survey(*) access not working for them)

Below are the list of users, which I have highlighted in red not working for them. showing access denied.

did I anything wrong?

ACCESSNTNAMECOUNTRYSURVEY
ADMINAdmin User**
USERusername1Canada*
USERusername2ArgentinaA
USERusername2ArgentinaB
USERusername3AustraliaQ
USERusername4Australia*

Sample Data:

COUNTRYSURVEYSales
CanadaBook300
CanadaPencil150
CanadaInk200
ArgentinaA200
ArgentinaB300
ArgentinaC200
ArgentinaD590
AustraliaQ500
AustraliaZ1300

 

Thanks in advance!

Labels (1)
2 Replies
pradosh_thakur
Master II
Master II

you need to create a table which will contain all the combination of country & survey. use that table as mapping table. then use section access on that

1: Create a master table to contain all the combination

2: Make sure all are uppercase

3: add dummy records as * mean all the listed value

 

-Pradosh

Learning never stops.
paulwalker
Creator III
Creator III
Author

Hi Paramod,

can you please explain how to make all possible combinations?