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

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

Concat sort order

Hi guys,

This is puzzling me so I hope you can help.  I am trying to sort on a concat expression

Concat(distinct product_size1, ', ',product_size_alpha)

For some reason this isn't sorting by product_size_alpha though.  Unless I am missing something...?!

Capture.PNG

When i try the expression above I get this output

Capture1.PNG

Does the sort order within a concat expression not work when alphabetical?

Hoping someone can help because this is driving me mad !

10 Replies
sasiparupudi1
Master III
Master III

Try

Concat(Product_Size1,',',Ord(Product_Size_Alpha))