Making a sankey diagram with multiple dimensions and when it encounters a null value the record should show the connection to the next dimension
As you can see in the attachment, there are 5 status. I want those 5 status as my 5 dimensions to which data will flow. 1st dimension can be any parameter like source or campaign name.
Now as seen in the data, a record does not visit all the status. I want the data to skip the dimensions of the status where it doesnt flow, and directly flow to the next dimension to the status it visits.