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: 
krishnacbe
Partner - Specialist III
Partner - Specialist III

Date functions

Hi

I have a date field in a list box. I have to display only the date part. Using format date I have displayed date alone. But duplicate values are available in the list box, as same date but different time are available. Please let me know how to remove the duplicate values.

Thanks in Advance.

1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi, wrap your timestamp with Floor() to remove the decimal (i.e. time) part.

View solution in original post

2 Replies
Anonymous
Not applicable

Hi, wrap your timestamp with Floor() to remove the decimal (i.e. time) part.

krishnacbe
Partner - Specialist III
Partner - Specialist III
Author

Hi

Thanks for your quick response.