Categories
- All Categories
- Oracle Analytics Learning Hub
- 19 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 232 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.9K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 86 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Can we use group by when using Filter function?
ForSly
Rank 5 - Community Champion
I have this two metrics that I am adding together but i also wanted to group the results set by employee ID, however i cant figure out how to use the group by with my filter function. any suggestions?
FILTER("Fact - Ap"."# Applicants" USING ( "Details"."Active Flg" = '1' )+
FILTER("Fact - "."# of Applications" USING ("Details"." Name" IN ('Passed Application Review')
0
Answers
-
Hi,
not with filter, no, but you can filter filter results, or you could use SUM by with a case statement to achieve a similar result.
Or you could use Bin logic.
So there are a number of ways.
0 -
How can I use the BIN logic to achieve my results?
0