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

How to load data twice from same table by month wise on date conditions

Hello , I am new to qlik view and I am looking for somehelp  to develop this  requirement for trending chart and my data from oracle table looks like this

DepartmentEMP-idNext review dateLast Review Date4
System12016-06-122016-04-21
System22017-01-012016-04-21
System32016-12-012016-06-10
System42016-12-022016-06-01
System52016-12-102016-09-12
System62016-06-12016-01-01
System72016-12-092016-06-12
System8
2016-07-232016-02-01

need to review for  month DEC : date condition Next review date between (2016-01-12 and 2016-31-12 ) ;4

Actual Reviewed fro month DEC : date condition Last review date between (2016-01-12 and 2016-31-12 ) 0

based on the above condition I need to load data for each month and how can we do that with script. and how to store data by each month and when I do first time how to load Historical data.

Thanks,Pinky

1 Reply
hemachandran
Partner - Creator
Partner - Creator

HI,

Your two dates for last review and next review dates are same..

Ok Based on the dates you can load the data

Ex:

Table 1:

Load

--

--

This table normal table

Table2:

Load

-----

-----

Where date>2016-01-12 and 2016-31-12

this two dates have set in variables

Historical Table:

Concatenate Table 1 & Table2

This is the incremental load concept..