Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
What is in your variable vHIREDATE ?
Hi Raja,
What is there in Your variable( vHIREDATE) -----?
Ramya.
!
hi ramya ,
please find the attached document.
Thanks & regards
raja
Try something like :
HireDate_Emp:
NoConcatenate
LOAD HIREDATE
Resident Employee
Order By HIREDATE asc;
LET vHIREDATE = Peek('HIREDATE',0,'HireDate_Emp');
trace $(vHIREDATE) ;
hi bill,
i tried this still i'm getting the same error.
thanks & regards
raja
Hi Raja,
U can try this variable:
LET vHIREDATE = Peek('HIREDATE',0,'HireDate_Emp');
trace $(vHIREDATE)
Ramya.
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