You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support Date to Number (milliseconds since epoch) conversion to allow time difference calculations.
Description of Problem:
When start and end dates (of a process) are available in a row, I want to compute the period between these dates, so I can sort the rows by the length of period.
Feature Request
Support Date to Number (milliseconds since epoch) conversion to allow time difference calculations.
Description of Problem:
When start and end dates (of a process) are available in a row, I want to compute the period between these dates, so I can sort the rows by the length of period.
Currently I:
New Column
mdy
sessionEnd -mdy
sessionStart- `(sessionEnd - sessionStart)` expected input column types integer/float
Potential Solutions:
date_to_milliseconds
computed function.btw - this project is AWESOME!
The text was updated successfully, but these errors were encountered: