Hi Team,
I’m trying to find date diff between 2 date fields in RPD using below expression data type is date.
Timestampdiff (SQl_TSI_Day, OPEN_DATE, ACCEPTED_DATE)
But when I check the query in view log it was calculating in reverse like below was there any reason for this
SAWITH0 AS (select sum ((TRUNC (ACCEPTED_DATE) - TRUNC (OPEN_DATE))) AS c1
I tried the same expression in report level as well but it was calculating in reverse can someone suggest.
Version we are using OBIEE 12C
Thanks,