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
n1ef5ng1
Creator
Creator

sum(TEU)

Not applicable
Author

Hi,I would like to sort the fruits's ID in custom order. And, i didnt mention TEU in my question. I think you replied the wrong question.

priyav24
Creator II
Creator II

Hi,

Go to Properties->Sort

Select the Dimension check the Expression and enter ID As shown in the figure

This will Sort by ID

Regards,

Priya

Not applicable
Author

Hi, I would like to do a custom sort. Not just an automatic sort. Is there any way?

Not applicable
Author

in script--

load Fruit ,item

resident table

order by fruit asc;

priyav24
Creator II
Creator II

In this Expression you can customize by giving the suitable expression..

For eg:

Here you want sort by id,So we have given by id...

Like this you can do according to your requirement

tresesco
MVP
MVP

Take all the three dimensions in the table and sort the table on ID, then hide the ID column in the presentation tab.

MayilVahanan

Hi

Properties -> sort -> Expression

In that, you give the field Name -> ID, its sor according to it

Hope that helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
priyav24
Creator II
Creator II

Yes it is.

PFA