Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 20 Oracle Analytics and AI Lounge
- 293 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 116 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI 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