Imagine you have a db with [user], [customer] and [number of receipts].
Within every receipt you have both a username (cashier) and a customer name.
I would like to use cuberankedmember to find top 10 users according to number of receipts where
user name is equal to customer name
any suggestions?