Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 prabhas277
		
			prabhas277
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI experts,
What is batch file in qlikview? and what is the use of that file ?
 krishnacbe
		
			krishnacbe
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Batch file is file that is used to execute windows commands. These batch files can be executed from Qlikview and even from batch file we can reload the Qlikview file and we can do more using the batch files.
 krishnacbe
		
			krishnacbe
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi
Can you explain scenario for which you need to implement Batch scripts.
 
					
				
		
Batch File are nothing but your window scheduler files which are used to load the data instead of scheduling on QMC..
For more details check this?
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Batch file is not related to Qlikview, it is windows file, using which we can schedule some task to run automatically. In Qlikview batch file is used to reload the Qlikview file atuomatically based on a schedule time. The schedule of batch file is configured in Windows Task Scheduler.
Check some sample script in below link
Batch file script to reload Qlikview Applications
Hope this helps you.
Regards,
jagan.
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
Check this links too, hope it helps you.
Generating and Executing a Batch File In QlikView
QlikView Maven: QlikView Command Line and Automation
Regards,
jagan.
 prabhas277
		
			prabhas277
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Thanks for sharp reply..
Here what is the windows commands?
 krishnacbe
		
			krishnacbe
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Windows Commands are like Copy files, delete files, execute some files, connect to FTP server Etc...
 
					
				
		
 jagan
		
			jagan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Windows commands are used to do certain tasks like reloading Qlikview Dashboards, Copy & Move files from one folder to another folder etc. Check the suggested links.
Check in google you will get many commands.
Regards,
jagan.
 HirisH_V7
		
			HirisH_V7
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi,
In a notepad and save it as .bat in that mention below script, But ensure..you have given proper extension of the file or not.
- "C:\Program Files\QlikView10\qv.exe" /r "C:\File.qvw"
Process is nothing but the first part willl open the instance of the Qlikview
, /r for reload (other options are /l./v..etc) and third part is qlikview application which is in mentioned path.
HTH,
HirisH
