What Im trying to do is display then sum of a field, net_total, for a set of records for 6 months before and 6 months after a specific date, which is set as a parameter field the user enters , which should be equal to a field, sales_trip_date. But the records for the field net_total, have a date assigned to them, pick_up_date, which needs to be between, the date 6 months prior to parameter date and the parameter date, then between the parameter date and 6 months after.
So, Im trying to do a running total where the pickup date is between the date 6 months prior to parameter and parameter and between the parameter and 6 months after.
So, Im trying to do a running total where the pickup date is between the date 6 months prior to parameter and parameter and between the parameter and 6 months after.