Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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)
and i am also created below but its not work
Please Help me how I solve this Section access i just want to show HAMD Thailand ,kHNIN Singapore & CHILVERICC Laos.
Can you give a try by entering UNIT values in upper case
https://community.qlik.com/t5/Member-Articles/QlikView-Section-Access-Examples/ta-p/1492719
Use above link for reference
Hello @anat Thanks for reply I try this but not work
Hello,
i was using this link for reference ..but not work