Trying to sort a column by order process and not alphabetically for a Lobby and it doesn’t like the as Status format.
The similar quick report works fine.
Is this not possible in a Lobby?
case when state = 'Blocked' then '1 - Blocked' when state = 'Planned' then '2 - Planned' when state = 'Released' then '3 - Released' when state = 'Reserved' then '4 - Reserved' when state = 'Picked' then '5 - Picked' when state = 'Partially Delivered' then '6 - Partially Delivered' when state = 'Delivered' then '7 - Delivered' end as Status
Quick report has desired seqeunce:

Lobby is currently alphabetically:
