Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
varunreddy
Creator III
Creator III

How to show trend line between Date and timestamp

Hi All,

 

I am having the date field (YYYY-MM-DD hh:mm:ss) and I wanted to display the line chart with X-axis as Date (YYYY-MM-DD) and Y-axis as time stamp (hh:mm:ss). How can we achieve it and what will be the expression?

Thanks in advance,

Varun

Labels (1)
3 Replies
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

try to use as dimensions:

Date(Timestamp#(field, 'YYYY-MM-DD hh:mm:ss'),'YYYY-MM-DD')

Time(Timestamp#(field, 'YYYY-MM-DD hh:mm:ss'),'hh:mm:ss')

varunreddy
Creator III
Creator III
Author

What should be my expression?

varunreddy
Creator III
Creator III
Author

I want to see timestamp in Y-Axis. On that day at that time I want to show the spike