Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Max, Min, Median not working as expected ??

Summary
Max, Min, Median not working as expected ??
Content
Hello, I'm quite new to Oracle DVD
I've just tried the Max, Min and Median calculation but they seem not to work
they all gave a simple sum
my version is Version 12.2.2.2.0-20170208162627
any idea ??
Answers
-
That's right but it's not what I'm asking.
0 -
Those calculations are happening post aggregations, so the formula applied is Max(Sum(Fare)). You have two options:
1) Declare "Fare" as attribute and not dimension and then calculate the formula as you are now (however i'm not sure how the distinct values will impact calculations)
2) Add other Fare columns to your data source and set different aggregations for each of the column in the "Inspect" window
0 -
Hi,
The default aggregation method in DVD is sum, however you can change it in Datasources->your data source name -> inspect.
In there for all the measures you can define one aggregation method.
0 -
Hello,
Thanks a lot for your answer. It is now making much more sense !
0