Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I order a Table like this: "AA", "A","B", "C"?

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!!

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try using this as sort expression:

=match([ABC UTOPE],'AA','A','B','C')

(similar for ABC VENTA)

Hope this helps,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

Try using this as sort expression:

=match([ABC UTOPE],'AA','A','B','C')

(similar for ABC VENTA)

Hope this helps,

Stefan

Not applicable
Author

Excelent, It works Great!!

Thanks Swuehl I appreciate your help!!