Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 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
how to create delta measure on union query

i have created union with measure in different year and want to compare that two years and get a delta column in union when it gets showing on pivot.
product FY2020 FY2019 Delta
------------------------------------------------------------------------------
Toy 1650 1630 ?
Electronics 45000 54200 ?
any idea?
thanks.!
Answers
-
Why a union in your analysis instead of a simple analysis getting the 2 years ?
A union disable many features of OBIEE, so it's generally the last option ever you try when there is no way to get things without.
Are FY2020 and FY2019 in different business models?
0 -
Thanks Gianni,
Yes, I came to a last option ..
yes it's from different models.
0 -
user2074645 wrote:Yes, I came to a last option ..
What did you try before? Which approaches did you do?
0 -
Have you used a result column to calculate the delta?
As @Gianni Ceresa mentioned, it may be a better option to federate the data in the repository so that you get all the data from a single logical fact and dimension and therefore, a single analyses without any set operation required.
0