Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sorting!!!

Hi everyone, is there any expression to sort the fruits according to its ID without displaying the 'ID' column?


For example :

IDFruitsNumber of items sold
1Apple2
2Orange4
3Pear56
4Strawberry7

BUT, i would like to sort the fruit's ID in custom order without displaying the 'ID' column shown above.

FruitsNumber of items sold
Pear56
Strawberry7
Orange4
Apple2
12 Replies
Not applicable
Author

Hii

Go to

Chart Properties -> Sort -> Expression

then write : =num(ID)

Make it Ascending - If you required to sort 1 ,2,3,4,  Sequence...

For Your Reference I attch Image

Kushal_Chawda

see the attched one

shree909
Partner - Specialist II
Partner - Specialist II

Hi ,

goto the properties--> sort

for fruits  write expression as   

wildmatch('Fruits ,'pears','strawberry','orange',apple') and select the ascending order for the expression.