Ok, new... but related problem to my last post:
When I tried to use this filter on the Value Entry table (I am filtering the Cust./Item Statistics report this time) it gives me a "divide by zero" error.
Why would this formula divide by zero on one report - and yet work fine on the Sales Order Status report 5 minutes earlier?
This works fine:
SL.SETRANGE("Shipment Date", CALCDATE('<-CM>', TODAY), CALCDATE('<+CM>', TODAY));
SL = Sales Line table
This results in divide by zero
VE.SETRANGE("Posting Date", CALCDATE('<-CM>', TODAY), CALCDATE('<+CM>', TODAY));
VE = Value Entry table
Comments
And are these standard Navision reports, or reports you modified/created?
RIS Plus, LLC