Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Dharanidharan_D
		
			Dharanidharan_DHi all,
Please Give a Solution.
How to auto-reload in qlik sense, Only when the data is updated.
(Reload has to be done when the changes in data occur)
 raji6763
		
			raji6763
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
you can schedule the reload like every 2 hours,daily,weekly,monthly in QMC
Go to QMC->Apps-> then select any app which you want to schedule
Click More actions-> create new reload task-> go to Triggers -> Actions
and schedule the app based on your requirement.
regards,
raji
 Dharanidharan_D
		
			Dharanidharan_DThat's Good Raji.
I'm trying to get auto-reload must take place only when the data is changed,
any idea ..!
 squeakie_pig
		
			squeakie_pig
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I don't think Sense has the functionality to load from an external trigger or EDX from the QMC.
There are some articles about doing it through an API: https://support.qlik.com/articles/000056254
Another workaround might be to set up a task that runs every 5 or 10 minutes or something that has a checkpoint at the beginning of the script eg. If field X has changed (like a system date field) then run script else exit. It could also be comparing X to a variable that is set at the end of the script.
 raji6763
		
			raji6763
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		hi,
please check your requirement regarding data reload (how many times data update per day )
you can schedule your data load for every 2 hours(It depends on your data updating requirement)
regards,
raji
