Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Can we use Filter function with relational operator?

Summary
Can we use Filter function with relational operator?
Content
I am trying to filter all students applicants who have scored at least 96% and above all the application then divide the total with all distinct applicants using the Filter function as shown however I keep getting an error I am wondering if its because I cant use a relational operator with a filter function or I am missing something else. anyone with some suggestions on this?
(FILTER("Fact - Application"."# of Applications" USING ("Application Event Details"."Student" >=96)/"Fact - Application"."# of Distinct student Applicants) *100
Answers
-
What is the error you're getting?
0 -
It says there is a syntax error
0 -
found a work around on this. thanks for your help
0