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
Removing certain row in OBIEE Analysis Answer based on existence of another row

Hi,
We have a requirement where we wish to remove certain row from analysis answer based on existence of another row. Please see the following results of 'Original' analysis
Customer Type ID
A S 1
A O 2
B S 3
C O 4
For all Customers where rows with both "Type" values (i.e. "S" and "O") exist, rows with "Type" "O" need to be removed from the Answer. Practically second row (A, O, 2) needs to be removed. 'Expected' result should be
Customer Type ID
A S 1
B S 3
C O 4
Regards, Atul
Answers
-
Hi,
Try use formule like this: max(Type)
If the Type column has a value of "S" and "O" they will always appear larger ones or "S"
.
0