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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
warfollowmy_ver
Creator III
Creator III

How sorted dates with ValueLoop between two dates?

Hi, all! How sorted this expression desc\asc in field input ???

=concat(Date(ValueLoop(TODAY()-1000,TODAY()-1,1),'YYYY-MM-DD'),';')

1 Solution

Accepted Solutions
Not applicable

I don't think it is possible. Better of generating the values for that date field in a script and use that field with the neccessary sorting.

View solution in original post

4 Replies
Not applicable

=concat(Date(ValueLoop(TODAY()-1000,TODAY()-1,1),'YYYY-MM-DD'),chr(13))

This already shows in the ASC order.

Sorry, You want these dates to be displayed in a list box in a sorted fasion?

warfollowmy_ver
Creator III
Creator III
Author

Need Descending from fresh to old

Not applicable

I don't think it is possible. Better of generating the values for that date field in a script and use that field with the neccessary sorting.

warfollowmy_ver
Creator III
Creator III
Author

Thank you, but this not good decision for me. =(