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: 
reshmakala
Creator III
Creator III

Getting hour from Time Stamp

Hello all,

I have an application with the order details. I want to show a drill down with Year, Month, Weekday and time of the day.

Year, month and Weekday was easy but when I try to extract hour from the order creation date, I get multiple records for same value.

I need something like below:

For 2016 -> Jan -> Tue -> between 00-01 there are 35332 orders placed.

Capture.PNG

Attached are the sample qvw and excel sheet. Please help me with this,

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Use

Hour([CREATED TIMESTAMP]) as Hour

View solution in original post

3 Replies
swuehl
MVP
MVP

Use

Hour([CREATED TIMESTAMP]) as Hour

Anonymous
Not applicable

see the attached app

reshmakala
Creator III
Creator III
Author

Thank you so much. That was pretty straight forward.