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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
m_perreault
Creator III
Creator III

Sorting by Dimension not in table

Hi All,

I have the below table

    

AccountIDValueTypTDateGrouping ID
Blue5551500Open7/31/20181
Blue555-1500Close5/31/20181
Green4441000Open6/30/20182
Green444-1000Close4/30/2018

2

Red333500Open4/30/2018

3

Red333-500Close2/28/2018

3

Blue222250Open3/31/20184
Blue222-250Close1/31/20184

I want the table to be sorted as above but I do not want to include the Grouping ID column. Does anyone have any suggestions as to how to do this?

Thanks,
Mark

1 Solution

Accepted Solutions
Nicole-Smith

Make your account dimension a dual, and it will sort on the numeric value:

=dual(Account, [Grouping ID])

Capture.JPG

View solution in original post

2 Replies
Nicole-Smith

Make your account dimension a dual, and it will sort on the numeric value:

=dual(Account, [Grouping ID])

Capture.JPG

m_perreault
Creator III
Creator III
Author

Awesome thanks so much!