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

sort multi value field

I have a mutivalue fied

Capture2.PNG

is there a way to sort in load script the values inside this field?

QlikView Qlik Sense consultant
1 Solution

Accepted Solutions
sunny_talwar

In that case... may be do this in two steps

1) Use SubField to put them in different rows

2) Use Concat with sort to put them back in the same row

View solution in original post

3 Replies
sunny_talwar

Sure, you can use Concat(..., ',', <SortingFieldHere>)

kfoudhaily
Partner - Creator III
Partner - Creator III
Author

Thank you for your reply,

But I haven't concatenated my self the field, I got it that way from sorce

I need to unconcatenate it first to be able to use this expression.

regards,

QlikView Qlik Sense consultant
sunny_talwar

In that case... may be do this in two steps

1) Use SubField to put them in different rows

2) Use Concat with sort to put them back in the same row