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

conversion of datetime field into hour

Hi All,

I have a date field as DD-MM-YYYY hh:mm:ss.

I need to make a graph with date on x axis and count of measure on y axiz.

But on x axis the date field should be represented on hourly basis. How can I convert the field into hours. the hours should be a 24 hour format.

 

please help me

Thanks

 

1 Solution

Accepted Solutions
sunny_talwar

Have you tried the Hour() function?

Hour(DateField)

View solution in original post

2 Replies
sunny_talwar

Have you tried the Hour() function?

Hour(DateField)
jayati_shrivast
Contributor III
Contributor III
Author

Thanks. it worked