Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
berryandcherry6
Creator II
Creator II

How to make filter to show data in descending order

Hi all,

I have created a filter where it showing data in Asending order. How could i make it to show in  descending order.

Regards,

Supriya

1 Solution

Accepted Solutions
13 Replies
arulsettu
Master III
Master III

in sort there is desc order.did you tried that?

vikasmahajan

Create Straight table with interactive sort option no need to create additional filters , you can double click on column will sort ascending / descending both way.

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
berryandcherry6
Creator II
Creator II
Author

Hi,

Thanks for reply

I tried Changing to descending in sorting its not changing.

In script

-------------

LOAD

    `tips_id`,

    tips_id &'-'& `subject_header` as subject_header;

SQL SELECT

    `quick_tips_id`,

    `subject_header`

FROM TIPSTEXT

In Filter Dimension

------------------

subject_header

Please help me in this regard.

berryandcherry6
Creator II
Creator II
Author

Hi,

Thanks for reply

It has to be done in filter itself. I tried changing in sorting option also its not getting changed.

Please help me on this regard.

arulsettu
Master III
Master III

can you post sample qvf

berryandcherry6
Creator II
Creator II
Author

HI.

Please check attached file.

Please help me in this.

Regards

Supriya

berryandcherry6
Creator II
Creator II
Author

Hi vikas,

Please check attached file

Regards,

Supriya

arulsettu
Master III
Master III

what is your expected output?

arulsettu
Master III
Master III

like this?

Untitled.png