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: 
Not applicable

Sorting the Dimension in Pivot Table

Hi team,

Please help me in sorting the Dimension.Fiscal Year should start with Nov as first Month.

The sorting expression which is used is not working .

For your reference attaching the sample qvw file.

After FY14 Jul    FY14 Aug and following should come but its not coming correctly.

Thanks in Advance.

Sreehari Satheesan

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This works:

=dual(Month,mid(Month,3,2) & num(match(right(Month,3),'Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct'),'00'))

View solution in original post

1 Reply
Anonymous
Not applicable
Author

This works:

=dual(Month,mid(Month,3,2) & num(match(right(Month,3),'Nov','Dec','Jan','Feb','Mar','Apr','May','Jun','Jul','Aug','Sep','Oct'),'00'))