Yes, you would want to do this with a custom report and you would want to filter on id_river ; see the
custom reports guide for general basics.
Specifically you want id_river % 13 = 0 .
This returns 0, 13, 26, and 39, the id numbers for the 4 different aces. (I think they're clubs, diamonds, hearts, and spades in that order, but I'm not 100% on that).