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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
inam
Contributor III
Contributor III

Section Access Issue

Hello Community,

I am Created 1  dashboard & i want to create the section access.

In Raw DATA i have column 'Destination Country' so i change as UNIT

[Destination Country],
if(WildMatch([Destination Country],'*Thailand*'),'Thailand',
if(WildMatch([Destination Country], '*Indonesia*'),'Indonesia',
if(WildMatch([Destination Country], '*Singapore*'),'Singapore',
if(WildMatch([Destination Country], '*Vietnam*'),'Vietnam',
if(WildMatch([Destination Country],'*Malaysia*'),'Malaysia',
if(WildMatch([Destination Country], '*Cambodia*'),'Cambodia',
if(WildMatch([Destination Country], '*Laos*'),'Laos',
if(WildMatch([Destination Country],'*Myanmar*'),'Myanmar',
if(WildMatch([Destination Country],'*China*'),'China','Non-AT Countries'))))))))) as [UNIT],

I have Column UNIT in this there is multiple country please find below 

inam_0-1695363499510.png

i am created section access but its not working please find below ( here work only user id and password for example HAMD open the application user id and password working properly but In UNIT show all Country instead of Thailand)

inam_1-1695363684120.png

and i am also created below but its not work

inam_2-1695364143896.png

 

Please Help me how I solve this Section access i just want to show HAMD Thailand ,kHNIN Singapore & CHILVERICC Laos.

 

 

Labels (4)
4 Replies
anat
Master
Master

Can you give a try by entering UNIT values in upper case

anat
Master
Master

inam
Contributor III
Contributor III
Author

Hello @anat  Thanks for reply I try this but not work

 

inam
Contributor III
Contributor III
Author

Hello,

i was using this link for reference ..but not work