Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
memela
Contributor II
Contributor II

Date format

Hi 

I have a data with a  date on TimeStamp formatted like this " YYYY/MM/DD hh/mm/dd", I to first separate the date and time. Date and Time fields. I want to analyze the data only using the Date but its not possible when using the TimeStamp. Even if i change the Time stamp format to "YYYY/MM/DD) it doesn't help

Labels (1)
1 Solution

Accepted Solutions
durgesh22
Creator
Creator

Try below it might help.

Date(Floor(YourDateField),'YYYY/MM/DD'))

View solution in original post

2 Replies
durgesh22
Creator
Creator

Try below it might help.

Date(Floor(YourDateField),'YYYY/MM/DD'))

memela
Contributor II
Contributor II
Author

Thank you. It worked.