So I'm trying to get around the basic sort tool Alteryx provides, I need rows to come out in specific order. The three types I will have is
Freight
Non-Freight
Blank ( previous tool I'm using creates totals for all values in a row, this field is blank as this is not a numeric column).
In a perfect world, I would have all the 'Freight' listed first, then 'Non Freight' then the 'Totals' row ( which is blank for this column ).
So my idea is to create a new column if Freight, then equals 1, Non Freight equals 2, blank equals 3, then sort down the line... I'm having problems getting this formula to work to create a new column.
Side note, if possible...would be even better if I can insert a blank row between these values would be even better!!!
Appreciate any help.
Desired Result
'New column'
Freight Records
(Blank row)
Non-Freight Records
(Blank row)
Totals