Hi Professionals,
How could i get the date differences b\w the Workdate and the Purchase Header"."Posting Date, i tried:
Date1 :=WORKDATE;
Date2 :="Purchase Header"."Posting Date";
Date3 := evaluate(d,Date1-Date2);
Date1's datatype is Date.
Date2's datatype is Date.
Date3's datatype is Date.
On subtracting the value is of integer type
0
Comments
can you explain with example?
01/02/12 - 01/01/11 = ??
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Now calculate the same following way
NoOFDays := WORKDATE - Purchase Header"."Posting Date;
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!