I have a graphic which display exactly what i would like to. But instead of it I would like my expression as the dimension and the dimension as the expression.
Example : I have a line per customer with their frequency to use something
----------------------------------
customer | frequency
1 | 2566
2 | 744
----------------------------------
I can easily do a graphic with the number of customers (count) by frequency, but how to have the frequency by number of customers? Do I need to do the aggr or I have another solution?