Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying below expression to custom sort value but it is not working. Any suggestion please
Match(Dim,'Car','Bus','Plane','Boat')
Hi,
Please check the attachment, it seems to work for me
=Match(Dim,'Car','Bus','Plane','Boat')this should work if not, you can use if condition like below,
if(Dim='Car',1,if(Dim='Bus',2,if(Dim='Plane',3,if(Dim='Boat',4))))
Regards,
Vijeta