Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have two fields in date time format and I need the time between both.
how can I do that.
best regards.
Use the Interval() function.
but if I need in a Static Box.
best regars
I presume you mean a Text Box. If so then put this sample in as the expression :
=(Interval( date(today()) - date(today()-.5) ))
Then adjust as per your needs.
this is the object but I cant made an expresión here , I was thinking,
if I can made in the script an expresión?
best regards
Roldan
That looks like a Statistics Box and can only show statistics for a single field, and has nothing to do with your original question.
Please clarify.
Sorry for not bee explicit
Hi,
your screenshot also suggests, that your Time field is loaded as text and not as a real Time, Date or Timestamp, i.e. there is no underlying numerical value to calculate with. During load use the date#, time# or timestamp# function to correct this (or set your variables TimeFormat, DateFormat or TimestampFormat accordingly).
See attachment.
Besides you can also change the format shown in the statistic box:
hope this helps
regards
Marco
thanks a lot this is where I need,
sorry one more question,
in the static box seem like a command 'Time', how can I do that?
thanks a lot