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

Announcements
Week 2: Presenting "Automate Sucess" and "Integration for Innovation" - WATCH NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
capriconuser
Creator
Creator

sort on table

I have a rating dimension in table .. and in that this shows like this 

 

Name      A           AA

abc      344

cef                   3456

A , AA names are from rating column .. now i want first AA values then A values ... how i do that?

 

3 Replies
Anonymous
Not applicable

I would provide an Inline table with Rating and SortOrder like

Load * Inline [
Rating, Sortorder
AA, 1
A, 2
BB 3
..
]

You can use the new field Sortorder 

capriconuser
Creator
Creator
Author

is this possible to that through expresison 

Brett_Bleess
Former Employee
Former Employee

The use case is not very clear here, it will likely help if you provide further clarification via an expected output view in order to get further responses.

Regards,
Brett

To help users find verified answers, please do not forget to use the "Accept as Solution" button on any post(s) that helped you resolve your problem or question.
I now work a compressed schedule, Tuesday, Wednesday and Thursday, so those will be the days I will reply to any follow-up posts.