Hi All,
We are calculating Hours diff between the dates in report level date format (MM-DD-YYYY)
Using below formula, but 3rd and 4th records it was showing the same Hrs_diff even the end date time is different can some help like how exactly this function calculate the Hours between dates.
Hrs _Diff = TimeStampDiff(SQL_TSI_HOUR,"Job".”Start Date","Job"."End Date")
Version we are using: Oracle Business Intelligence 12.2.1.4.0
Thanks in advance,