Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 
					
				
		
Dear QVExperts,
I am facing an issue.
LET varMinDate = '09/01/2008';
LET varMaxDate = '05/31/2013';
//DROP Table Temp;
TempCalendar:
LOAD
Date('$(varMinDate)' + IterNo() - 1) as TempDate
AutoGenerate 1
While '$(varMinDate)' + IterNo() -1 <= '$(varMaxDate)';
If execute this script, the dates should be loaded till 31st May 2013.
But it loads only till 28th May 2011.
It is surprising. Can you please suggest me.
Thanks
Sasi
 
					
				
		
Thanks All.
If i populate in ListBox, it is showing. But when you view in TableViewer, it is showing only till 28/05/2011.
Are there any specific reason for it.
Thanks,
Sasi
 
					
				
		
Hi Sasi,
In Table Viewer it will show some sample values in preview not all records.
Hope it helps!!
 Kushal_Chawda
		
			Kushal_Chawda
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Tableviwer will not display full data, it picks certain rows of data
