Hi, I'm trying to rank the attached data by most commonly used domain.
Solved! Go to Solution.
Hi @SteveFord
If you already have a count, you can just add a Sort tool afterwards and sort it to create the ranking.
Hi, how would I then filter out the domain with the highest number?
Hi @SteveFord
Since internet domains are not case sensitive, you might want to redo your count after using LowerCase([Email domain]) This will add the single 10XGENOMICS record to the 62 10xgenomics records. Then you can sort
Dan