Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Issue Loading in TempCalendar

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

12 Replies
Not applicable
Author

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

Anonymous
Not applicable
Author

Hi Sasi,

In Table Viewer it will show some sample values in preview not all records.

Hope it helps!!

Kushal_Chawda

Tableviwer will not display full data, it picks certain rows of data