I am using data from a loans company. I have imported my data, and put the correct fields into the waterfall chart. What it currently shows is all our current cases (updated every hour), and what stage they are in. I.e. 200 ‘application in progress’, 300 ‘live customer’, 3000 ‘declined’, 170 ‘awaiting customer response’, 35 ‘pending acceptance’, 120 ‘funds to be credited’. The one thing is that i want it to waterfall in these stages how the entire process is. So ‘live customer’ and ‘declined’ would be at the end, whereas ‘application in progress’ would be at the beginning.
In short, how can i order my groups within the field manually? Do i need to create a calculated field for this?
So i did casestatus count as the value, since its how many are in this status. And its grouped/categorised by the statuses. And then sorted by waterfallOrder, which is not working as intended.