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

Use DUAL-Function to define the sort-order

Hello Community,

can someone please help me to use the DUAL-Function to sort the columns Col1 and Col2 in the script?



I want this solution:



A      big          x

A     small   a

A     big        y

A     small     z

B     big     c

B   small   b

C   big     d





Important is the sort-order at Col1 and Col2. So after "big" should come "small".

the qv-file is attached.

Thanks! best regards, aylin



1 Solution

Accepted Solutions
swuehl
MVP
MVP

Maybe like attached?

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

Maybe like attached?

Stefan

Not applicable
Author

Thank you Stefan. It works.