Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Guys,
Can anyone provide a sample, how to restrict user from opening QlikView Application.
I Tried using NTNAME, but still it is not working. User can open the document, even if he is not listed in the NTNAME
Thanks in advance.
Cheers!
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 quwok
		
			quwok
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Once you added the Section Access script, have you enable it on the document?
In Settings > Document Properties..., on the Opening tab, make sure that "Initial Data Reduction Based on Section Access" is selected.
 
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Kwog Chong,
Checked "Initial Data Reduction Based on Section Access"
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If I am using inline it is working, if I use excel it is not working.
I am trying this. Can anyone correct me?
Section Access;
 
 LOAD ACCESS, 
 [NT USERID], 
 NAME
 FROM
 [$(vPath)\DQIM_AllIssues_History - Master_Post.xlsx]
 (ooxml, embedded labels, table is Sheet2);
 
 Section Application; 
 
					
				
		
If you want the AD User to have no access at all then make they have no NTFS permission to the qvw file.
 
					
				
		
 rwunderlich
		
			rwunderlich
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The field name must be exactly "NTNAME".
-Rob
 varunreddy
		
			varunreddy
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks Rob. It Worked
Cheers!
