Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 42 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
Column level total sort and filter
Answers
-
0
-
Ok, thanks for the screenshot.
So you have a pivot with COLUMN1, COLUMN2 in the rows, FY in columns and Amount is your measure.
Now you want to filter the rows of your pivot based on the total of Amount (all the FY summed together by COLUMN1 and COLUMN2).
And you said this is a "classic" analysis built on a dataset and not on a subject area, right?
0 -
Gianni, oh it's from Subject Area..
Now you want to filter the rows of your pivot based on the total of Amount (all the FY summed together by COLUMN1 and COLUMN2). ——-I will try this!0 -
You could set a filter based on an expression using the AGGREGATE( … AT …) function.
Your FY column is hopefully part of a dimension of some kind (a time dimension probably). There you should have a grand total level, if you do write the expression
AGGREGATE( "Amount" AT "name of the dimension level above FY")
you will get the Amount summed together for all the FY in your analysis. You can add a filter to your analysis based on that expression and it will only return rows where the sum of all the FY are above the amount you set.0 -
Gianni, I tried on DV part ant it looks to be working.
I am working on OAS and created the Measure as a attribute.
Aggregate (Amount by Column 1 & Column2 ) and then created the filter.
I added column total for the row and it seems to pick out what I wanted to be.
I will finalize query and see if i can get what i want.
Thank you very much!!!!0 -
Thanks.. I tried aggregate on OAS and it works great. ~
So anyway to make the total sort work? by desc..0