Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 16 Oracle Analytics Lounge
- 216 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 79 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
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