Hi
How can i add minutes to a date time stamp objects in desktop intelligence report.Have a solution in universe level
Select sysdate, sysdate + interval '5' minute from dual;
but is this possible in report level.
adds minutes for ex when the number of minutes exceeds 59 it adds 1 hour if the number of hours exceeds 23 it should add a day if the number of days exceeds to 30 or 31 it should add a month .
I have tried the same using the Substr() function which adds the minutes but when the number of minutes exceeds 59 it adds an hour if the number of hours exceed 23 from there the formula fails.
Thanks in Advance
Rohit