Hi,
We are on Apex 18.
We have a report which shows a date field.
select changed_time from...
The field is a TIMESTAMP(6)
It is display as a plain text field with a format mask:
DD-Mon-YY HH24:MI.SS
Our user would like to use a compute interactive function to derive the difference between timestamp and that date.
It returns the strangely formated number shown.
In SQL I would use an "extract" function to display the hours, minutes, seconds.
Any ideas?