Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Does any body know how to follow this order in a Table?
AA, A, B, C
AA
A
B
C
I attached the app, I need to get this order for the table "Contador".
Thanks guys any idea would be great!!
Try using this as sort expression:
=match([ABC UTOPE],'AA','A','B','C')
(similar for ABC VENTA)
Hope this helps,
Stefan
Try using this as sort expression:
=match([ABC UTOPE],'AA','A','B','C')
(similar for ABC VENTA)
Hope this helps,
Stefan
Excelent, It works Great!!
Thanks Swuehl I appreciate your help!!