Categories
- All Categories
- 166 Oracle Analytics News
- 34 Oracle Analytics Videos
- 14.8K Oracle Analytics Forums
- 5.8K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 56 Oracle Analytics Trainings
- 13 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 2 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to do an average days to approve formula?

Doron de Jong-57089
Rank 1 - Community Starter
Content
Hi all,
I am trying to do an average days formula from a requisition submission date and when it was approved, and then put another column in with the month it was approved in so I can create a trend analysis, I am struggling to create the average formula. I need to use this formula for many other OTBI dashboards (date of submitting expenses to approval for example). Any ideas please?
My Excel dashboard that I use macros from OTBI for which I am trying to replicate is below, as are my subject areas.
Thanks
Tagged:
0
Comments
-
ABS(TimestampDiff(SQL_TSI_DAY,date field 1,date field 2)) is the calculation you should use
0