Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Samanehsorournejad

How Sort Dim in input variable

Hi everyone,

I have the Input Variable with 5 Dimension and I
want to Sort every Dimension base on my wish. I mean some of them Ascending and some of them Descending.

How I could Sort these Dimensions??

 

Thanks a lot

Labels (1)
1 Reply
Aditya_Chitale
Specialist
Specialist

Didn't quiet get your question. But, generally you can apply custom sorting using match() function in your sort expression.

Eg, match(fieldName, 'Value1', 'Value2', 'Value3').

This will sort your dimension on basis of order of dimension values you give in your expression.

Regards,

Aditya