Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Community,
Can some one suggest is there any way to load only current month data only with old data.
For Ex:
I have 2 months of data
1. Dec
2. Nov
For total month Dec will update and Nov never update again. But when we go for refresh Dashboards are required to reload both.
So Here I am looking like Dashboard has to refresh but pick only Dec and not for Nov but Nov data should be available.
Is there any way we can do. Pls suggest.
- Priya
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		it is called incremental load. You save now in a qvd and only load dec based on some unique key or last_updated date usually using the exists function. Lots of posts in the forum. Try searching for incremental load.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		 vikasmahajan
		
			vikasmahajan
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Addition : Please refer this link to implement a incremental load
https://www.analyticsvidhya.com/blog/2014/09/qlikview-incremental-load/
Vikas
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am not looking for extract the data, I am looking for Dashboard.
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		I am not looking for extract the data, I am looking for Dashboard.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You need to elaborate a little, I don't understand what you need.
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		For extracting data from Database/ Source we can use Incremental load but incase of Dashboard we have to load full data. but my case there are 2 months and only one month will be update always in that case load one month(for ex: dec only not for nov), but dashboard should show nov also.
 
					
				
		
 jonathandienst
		
			jonathandienst
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		If the extract is well structured for your requirements, then you can load millions of rows in only a few seconds using optimised loads from qvd files. The immutable history for November should be in stored in a different QVD to December, and as November should require no calculations, you can load November very quickly - why is that a problem?
You can use partial loads, but IMHO that is a poor solution for your problem.
 priyarane
		
			priyarane
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		In real, we have 13 months of data, but only current month only have updated data so we wanted to avoid 12 months of data to be load every time.
