Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 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
User of Power function in RPD

Adz10
Rank 2 - Community Beginner
Hi,
I am trying to develop this excel formula in OBIEE using Power function.
=((1+11.9/100)^-0.25)*(Auth Total Interest + Auth Total Fee)
=((1+0.119)^-0.25)* (Auth Total Interest + Auth Total Fee)
Can anyone please help to get the right syntax. I am not sure how to apply power of -0.25.
Thanks
0
Answers
-
Hi,
In rpd you can use Power Function (it's in Mathematic Functions).
For example:
POWER((1+11.9/100),-0.25) * (Auth Total Interest + Auth Total Fee)
0