Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
sujit_nath
Creator III
Creator III

Sort a column based on external table

I have a feild A with values such as - 

A
Pen
Pencil
Chair
Car
Bike

 

Now I have received an external file with same columns as :

APriority
Pen2
Pencil3
Chair1
Car5
Bike4

 

Now in my Qlikview dashboard, I want to see the data in the order of priority. (PS- I have other data as well apart from those mentioned, but they would follow after these)

My data in dashboard should be like - 

AOther columns ---- 
Chair 
Pen 
Pencil 
Bike 
Car 
Labels (1)
1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Link this data in script with original data.

Once you link them, go to properties of chart -> Sorting -> Find the option to sort by Expression and write the field name of sort. in your case it will be Priority.

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Link this data in script with original data.

Once you link them, go to properties of chart -> Sorting -> Find the option to sort by Expression and write the field name of sort. in your case it will be Priority.

 

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!