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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Sorting based on partcular value not in ascending or descending order.

Hi All,

I have the data like below in staright table.

Column A

    G

      R

      W

      Y

I want to see tha data like

Column A

      R

       G

        Y

       W

I mean not in ascending/Descending order.I gave the sample data and user need to the data as above format.

I have to show the data format like this in number of fields.

Is it possible in qlikview?

Thanks,

Raviteja

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

It's easiest to create the sort order in the script. See this blog post. Alternatively you can use the Sort by Expression option and use as expression =match('R','G','Y','W'). The disadvantage is that you'll have to do this in every object where you want this sorting order. So, creating the sort order in the script is probably less work.


talk is cheap, supply exceeds demand
Kushal_Chawda

You can define a sort order in script using inline table. Use that field in expression of sort tab.

see the attached application