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

cut an axis graph by half hour

Hi everybody !


I want to modify my abssices axis by half an hour like e.g. 7am to 7:30 am, 7.30am to 8 am etc ...


I tried =class(date(HourField,hh:mm),0.5) it's not the right solution.


Someone help me ?

Thanks !

Clémence

1 Solution

Accepted Solutions
clemenceabad
Contributor III
Contributor III
Author

I solved my problem with this syntax :

=date(class(date(HeureAbsolue,'hh:mm'),'00:30'),'hh:mm') and the result is : (on an other example)

thank you for looking to help me !

View solution in original post

3 Replies
Anil_Babu_Samineni

You want field or Front End? Can you share sample

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
clemenceabad
Contributor III
Contributor III
Author

This is it :

I want to transform "7" to "7<x<7:30" and "7:30 to 8" for example

Thanks for help

clemenceabad
Contributor III
Contributor III
Author

I solved my problem with this syntax :

=date(class(date(HeureAbsolue,'hh:mm'),'00:30'),'hh:mm') and the result is : (on an other example)

thank you for looking to help me !