There was a problem retrieving the XML data: Forbidden
Hi,
I am running a report that calculates dates, one of them is compare 3 dates, and get the most recent one, called LastDate. THEN, I have to gets the difference of the LastDate from DeliveryDate and based on the number of dates, I will catagorize the number of differences 1 , 2, etc, NEXT, I have to explain 1. 30 days before due, 2. 29-15 before due etc..
the problem is I cannot just compare if TIMESTAMPDIFF(B,A) and TIMESTAMPDIFF(B,A) then A, etc. because when some of these dates are NULL the formula will not work. hence I have to check if there is NULL dates involved. and as I work deeper into the formula, I have to drag the main formula all the way when I have to explain the dates difference.