Guys,
I'd like to do a Count with the three largest values separated. The first count with the highest value, the second count with the second highest value, and the third count with the third highest value.
can anyone guide me on how to do these counts?
Exemple:
Hi Pedro Faria,
I just want to be sure. You want to create 3 separate aggregates for these counts, right?
Nam
Hi @Pedro Faria ,
i'm assuming that by 'top' you mean with the highest count ?
Then just sort your aggregate by descending count, and put the MaxRecords on 3
Dorine