Options

19.03.2015 00:00:00 is not a valid date

poppinspoppins Member Posts: 647
edited 2015-03-18 in NAV Three Tier
Hi eveyone,
I have a field in page that is a flowfield coming from a specific table.The calcformula is:
Count("Sales Header" WHERE 
(Document Type=CONST(Order),
Shipment Date=FIELD(Shipment Date))
When I click in it on the page to see the details, I get the following error message:
19.03.2015 00:00:00 is not a valid date 
I checked the field "Shipment Date" in my specific table, its type is Date, not datetime.
What shall I do to correct that?
Sign In or Register to comment.