The localized versions of the Core Certification will be discontinued on September 22, 2023. To take the exam in your preferred language, please schedule it before this date. The Core exam will still be available in English at any time after September 22, 2023. If future versions of the Core Certification exam are localized, we will promptly announce their release dates.
Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAPerfect example of a use-case for the ...
Here is my solution to this challenge!
Basically, sort descending , add a record id and then a multirow formula to check if the count is less than the previous count then increment the rank by 1 otherwise keep the row-1 rank. The first row id had been assigned a rank of 1. Then once all is done filter for all ranks less than or equal to 5. Solution has 12 rows
Here is my submission.