I’m trying to use the DATETIME_DIFF formula to calculate the minutes between one datestamp and another, but don’t seem to be working, help ?
This is my formula
DATETIME_DIFF({Grupo 1 Tiempo de llegada de las bebidas},{Grupo 1 Tiempo de llegada},“minutes”)
Basically is taking the second datetime (17:35), then the second datetime (17:30), and selecting to display the difference in minutes, but it always throws me zero time difference between both.