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

Date (string) sorting

I struggle sorting dates and I'm not sure why. The below screenshot are my results but I would like the chart to read left to right.

I would like to see.

2/13/17      2/20/17    2/27/17

Can someone help and also help me understand why this occurs?  See attached for sample app.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Try this expression with Ascending sorting

=If(NoOfRows() - RowNo() < 3, Count(id))


Capture.PNG

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Try this expression with Ascending sorting

=If(NoOfRows() - RowNo() < 3, Count(id))


Capture.PNG

annafuksa1
Creator III
Creator III

Check my app and chart Anna Chart, its different approach