Categories
- All Categories
- 5 Oracle Analytics Sharing Center
- 11 Oracle Analytics Lounge
- 195 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.5K Oracle Analytics Forums
- 6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 68 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- 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