Oracle Fusion Data Intelligence

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Filter(Column filter) not working in OTBI

Received Response
36
Views
1
Comments
Thanigainathan R
Thanigainathan R Rank 2 - Community Beginner

We are trying to create analysis using 'Procurement - Procure to Pay real time' subject area


Trying to get count of PO which PO amount is under 5000 using below filter

count(Distinct(Case when ("Purchase Order Measures"."Ordered Amount" < 5000 ) then ("Purchase Order"."Order") end))


Also trying to fetch the sum of PO amount which amount is less than 5000.

SUM(FILTER((( ("Purchase Order Measures"."Ordered Amount") )) USING ("Purchase Order Measures"."Ordered Amount" < 5000)))


Both above filters are not working as expected. We have also tried to use 'IS LESS THAN'/'IS GREATER THAN' keywords instead of '<'/'>' symbol


Kindly let me know how to get the both count of PO and sum of PO amount under same analysis.

(We are not suppose to analysis level filter as we need to get both less than and greater than amounts in same analysis)

Answers