Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Hi Experts,
I have 3 country's called INDIA, USA,UK and 30 user are there and each country belongs to 10 users
Now my requirement is if the india user logged in then can able to see the data for india and
if the USA user is logged in then can able to see the data for USA.
For this how to provide the section access without inline load with optimization.
Can you please help me on the same?
 Chanty4u
		
			Chanty4u
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 
					
				
		
 vijetas42
		
			vijetas42
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It's a straight forward. create an excel where you can maintain ACCESS,NTNAME,REGION
e.g. ADMIN,DOMAIN\USER_ID,*
USER,DOMAIN\USER_ID,USA
and in qlikview you just have to load excel in section access script
like,
SECTION ACCESS;
load excel file;
section application;
make sure REGION field name should be same in section access excel and your data.
Regards,
Vijeta
