Hi All,
How do i find from the start time and end time the difference and further convert to mins?
Example : my start time is : 18.40 and end time is : 17.05
Another Ex : Start Time is :12.00 and end time is : 02.00
Thanks
Hi @aishabhy05
Assuming that you have a start date and end date also associated with the time: If the start date and end date are the same then use text to number conversion formula ("value" in Anaplan) in conjunction with Mid to find out the hours and minutes. If the end date is not same as start date, then add 24 hours for every day difference between start and end date.
Example formula:
(End Date - Start Date) * 24 * 60 + (VALUE(LEFT(End Time, 2)) - VALUE(LEFT(Start Time, 2))) * 60 + VALUE(RIGHT(End Time, 2)) - VALUE(RIGHT(Start Time, 2))
@anikdas thanks for the help. But i m not able to get it right for the highlight. Also, the mins calculation is wrong. For the First item in the list below: The start time is 4 and the end time is 8. It should be 240 mins. but from the calculation which you stated is giving me 244.
@aishabhy05, you need to have the start/ end time with a certain format. As its a text input, it needs to have a certain format in order for the number formulas to work.
Hi all, The Client ID and Client Secret are available, intended for uploading and downloading files. Could anyone advise how to use these credentials DIRECTLY to make API requests? Thank you!
I have A6 as the parent list and two sibling lists: A6.5 and A7. The A7 list includes an attribute that maps to A6.5. In the UX, the user will select A6.5 using a content selector, and the grid (dimensioned by A7) should display only the A7 items associated with that selected A6.5. Since the selector is a page context andβ¦
A quick reminder of the Bulk Copy functionality. Bulk Copy allows you copy large volumes of data from one slice of a model to another in a single, optimised operation, instead of using formulas or imports. Use case: copy a version (RF1) into a prior year version (PY RF1) using a versions list to allow for year-on-yearβ¦