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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
kakaderanjit53
Creator III
Creator III

Sorting within a Pivot Table with combined field

Hi Qlik Experts,

I have to sort the data based on the Combined field,

I have created created a Combined field  i.e. MagCategoryID_Unique

by concatenating ID+MagCategoryID which are two separate fields,Now I have to sort the Data in Pivot table (Qliksense) based on the' MagCategoryID_Unique ',

how I can do it.

Is there any solution for the same?


thanks and regards,

Ranjit.

1 Reply
jayshrinipurte
Partner - Creator
Partner - Creator

hi Ranjit,

You Can achieve this by using Expression Sorting on your Concatenated Field

Select Sort by Expression from Sorting and put below expression.

Eg.

Subfield('MagCategoryID_Unique','_',2)

This will sort by MagCategoryID. If you want to sort by Id then replace 2 with 1.

Regards,

Jayshri Nipurte