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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
bartvanwetten
Creator
Creator

Sortorder (weekday+date) in pivottable

Hi all,

In attached qvw is a pivottable with a dimension 'WeekDay+Date' horizontal. But somehow i cannot get the order right.

Can anybody help me out on this one?

Thank you in advance!

1 Solution

Accepted Solutions
sunny_talwar

May be this sort order in the cycle group itself

=RangeSum((Dim * 1E10), Date#(SubField(WeekDayName, ' ', -1), 'D-M-YYYY'))

View solution in original post

2 Replies
sunny_talwar

May be this sort order in the cycle group itself

=RangeSum((Dim * 1E10), Date#(SubField(WeekDayName, ' ', -1), 'D-M-YYYY'))

bartvanwetten
Creator
Creator
Author

And again works fine!