Categories
- All Categories
- 134 Oracle Analytics News
- 24 Oracle Analytics Videos
- 14.6K Oracle Analytics Forums
- 5.6K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 51 Oracle Analytics Trainings
- 9 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 3 Oracle Analytics Industry
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
OTBI Analysis - Count & Rank

David Oldfield
Rank 2 - Community Beginner
Hello,
I currently have the following Count formula:
COUNT("Worker"."Person Number" BY CONCAT(CONCAT("Target Bank"."Target Bank Account Branch Number", ' '), "Target Bank"."Target Bank Account Number"))
This works well, however I also need for this to Count based on the below Rank formula:
RANK("Payroll Relationship"."Payroll Relationship Creation Date" by "Worker"."Person Number")
Where the Rank = 1 only.
Is this possible to combine together so this only counts where the Rank = 1 only?
0