Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 54 Oracle Analytics and AI Sharing Center
- 26 Oracle Analytics and AI Lounge
- 311 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.7K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 117 Oracle Analytics and AI Trainings
- 24 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Filter function not restricting values for the Dimension...
#Mayur
Rank 5 - Community Champion
Requirement is like,
I have I am using 3 dimensions..
(1).Year,
(2).Supplier,
And
(3). ‘test’ column that contains values like ab, bc, cd and dc.
I have created a fact column for the test is like, count(“test”) as test_1 in the RPD.

Sum %Not Usable= ( ab + bc )/( cd + dc ).
As per formula I have created the following formula like,
(FILTER( “test_1” USING (test = 'ab'))+ (FILTER( “test_1” USING (test = 'bc')) / (FILTER( “test_1” USING (test = 'cd'))+ (FILTER( “test_1” USING (test = 'dc')))
But it is not restricting data it is showing all the values or garbage value in the calculated column.
Like,

Can anyone tell me how I should restrict the data as per the dimension value?
Or is other any other solution for the same?
0