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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

when i impement incremental load one error is occurred and how to get the solution please help me...

when i impement incremental load one error is occurred and how to get the solution please help me...

  Please find the attached details.

Thanks & regards

raja

8 Replies
Anonymous
Not applicable
Author

What is in your variable vHIREDATE ?

Not applicable
Author

Hi Raja,

What is there in Your variable( vHIREDATE) -----?

Ramya.

Not applicable
Author

!

Not applicable
Author

hi ramya ,

   please find the attached document.

Thanks & regards

raja

Anonymous
Not applicable
Author

Try something like :

HireDate_Emp:

NoConcatenate

LOAD HIREDATE

Resident Employee

Order By HIREDATE asc;

LET vHIREDATE = Peek('HIREDATE',0,'HireDate_Emp');

trace $(vHIREDATE) ;

Not applicable
Author

hi bill,

   i tried this still i'm getting the same error.

thanks & regards

raja

Not applicable
Author

Hi Raja,

U can try this variable:

LET vHIREDATE = Peek('HIREDATE',0,'HireDate_Emp');

trace $(vHIREDATE)

Ramya.

Not applicable
Author

Hi,

I think it is a problem with Date field u r using the field as hiredate,

check with the database time format it is matching with it r not.

before that, check with this

where hiredate >= Today();

I hope it will help u to complete u r task.

Thank you,

Balaji.k