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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
dwighttrumbower
Creator II
Creator II

How to sort in CONCAT?

I'm using

=CONCAT(distinct Year, ' |'  )

4 Replies
Saravanan_Desingh
MVP
MVP

dwighttrumbower
Creator II
Creator II
Author

I have tried but get it to order by descending year. Not sure I understand sort-weight.

Alfons_S
Contributor
Contributor

Try this:

=CONCAT(distinct Year, ' |'  ,-Year)

fernandolordao
Contributor
Contributor

Did sort-weight parameter work with negative values?