function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ryan TraceyRyan Tracey 

Run a report based on historic picklist values

Is it possible to have a report check the history for an object and report based on this?

Example:

08APR16
Order 1 Stage = In Progress
Order 2 Stage = Active
Order 3 Stage = Active

09APR16
Order 1 Stage = Active
Order 2 Stage = In Progress
Order 3 Stage = In Progress

10APR16
Order 1 Stage = Active
Order 2 Stage = Active
Order 3 Stage = In Progress

My report would show everything for the last 3 days and whatever was 'In Progess' on each day. For the above example the report if ran on the 10th would show:

08APR16
Order 1

09APR16
Order 2, 3

10APR16
Order 3

I'm a SF noob but I can't think of any way to back date this. I figured I could make an update field that grabs the days date when it was changed to 'In Progress' but this isn't back dateable however the Order Stage is being recorded in history.