I'm trying to figure out a way where a user can pick two dates and see the expected sales and get a walk-across for those sales for the month they've chosen.
For example, I have the data set below. As of 10/30 in the Datestamp field, the Dollars for November (using the Expected_Ship_Month field) is $850,000. However, as of 10/31, the Dollars for November are now $425,000 since job_3 had a change to the Expected_Ship_Date field and the job moved into December, and job_4 changed from 12/01 to 11/30.
What I would like the end users to be able to do is choose three variables: a Beginning Date and an End Date using the Datestamp field, and then the month (Expected_Ship_Month) for which they would like to see the sales.
The difficult part is not getting the beginning and ending sales but in trying to explain which orders got delayed or which orders shipped early.
Anyone have any ideas on how to get a formula showing what jobs got pushed out into the next month and also a separate expression to show what jobs got pulled into the month?