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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Concat and sort by a column

Hello,

How to sort the concated data in an expression by a column in the same straight table ?

Stated in the QlikTech Technical Brief - The CONCAT() Function:

When using a simple concat, you have the option to add a
sort weight to the function to order the string values by a column of your
choice. In the example below,  the date column is used to sort the
values…..

=CONCAT(MyColumn, ',', Date)

See the added example, it`s not working in the way I like to use it.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try sorting by aggr(sum(Sales2011),User). See attached example.


talk is cheap, supply exceeds demand

View solution in original post

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try sorting by aggr(sum(Sales2011),User). See attached example.


talk is cheap, supply exceeds demand