Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
how to write a script for loading the data for 3 months in QV
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Perhaps this?
LOAD my fields
FROM my source
WHERE MyDate >= addmonths(today(),-3)
It's really hard to answer without more information.
 
					
				
		
Hi,
Thank you john,my intenction is i want to load data into my qv application (i.e)last 3 months data from today.
Regards,
Bhaskar.
 
					
				
		
 johnw
		
			johnw
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		OK. Then give my previous answer a try.
