Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Applying filter to report attribute but keep the rank as unfiltered

I am creating "Rank" function on a calculated measure. It works fine. But when I filter on a column value the rank changes.
Is there a way I can apply filter on an attribute but keep the Rank as unfiltered or unaffected?
For Example, In the below screenshot I want to filter on the Bank Name but I do not want the "Bank Fee Rank" measure to change
When I filter on one Bank Name the rank becomes 1
Answers
-
Seems like Rank is being applied after the Filter. Try storing Rank as a physical database object like a Temp table and select using a join.
0