I have data which shows all caseID’s and the different statuses they have been in (including the date of the status). What i want to create is something which shows:
On 23rd Jan 2024, we had x amount of cases apply (for a loans). At the end of the day, these were the statuses they were on. A week later (1st Feb 2024) those x cases are now in the following statuses.
So the end result would be 2 waterfalls. One showing all the cases and what statuses they were in (an older date). A second showing the same cases, but what statuses they are now in (a new date).
I’ve realised that i messed up the dataset. All dates are recorded in datecreated, but there is a caseid, datecreated, and status every day. I think this is something we need to fix on our end so we can distinguish between a date a case was created, and a date a case was updated.
the only thing i can think of is a calculated field of min date, which will show date when the case was created.
So get the dates where the MinDate was 23rd feb, and show casestatuses then.
Now get those same cases and show their current status.
I think this second part is harder. As other than stating the case ID’s i want to capture, i think there is no other way to get those exact cases to only show