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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

List Box with dates

I have a list box with dates in the format of dd/mm/yyyy. I would like to be able to only show each year, ex: 2005, 2006, 2007, etc. only once. I would also like to do this for the months as well. If anyone could help I would greatly appreciate it.

1 Solution

Accepted Solutions
Not applicable
Author

You can create an expression directly in the list box :

Year(   yourDatefield)

Month(   yourDatefield)

weekday(   yourDatefield)  to get days Mon, Tue,...

JJ

View solution in original post

2 Replies
Not applicable
Author

You can create an expression directly in the list box :

Year(   yourDatefield)

Month(   yourDatefield)

weekday(   yourDatefield)  to get days Mon, Tue,...

JJ

Not applicable
Author

Thank you!