Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Meg00
Contributor III
Contributor III

Need help with hours in charts

Hi,

So the problem I have is that I have a table with timestamps looking like this: HH:MM:SS, and I want to find a resonable easy way to just show the hours in a chart that displays how many stamps i have for each hour. The tables name is "Tid" and each stamp connects with a "contact" in another table so I want to be able to show how many "contacts" I have for each hour.

I'm sure theres an easy way and I hope theres someone out there who could help a newbie out.

3 Replies
sreenivas
Creator III
Creator III

Can you post the sample data

er_mohit
Master II
Master II

cOUNT(interval(time#(timestamp,'HH:MM:SS'),'HH'),contact)

hope it helps you

Not applicable

Hi,

find the attachement, it may help you

Niranjan M