Hi,
I wanna create a visualization where I group users in ranges [1 to 10] [10 to 20] etc depending on how many times they visited a specific page. For example:
10 users visited the page between [1 to 10] times
5 users visited the page between [10 to 20] times
At the moment I have a visualization with count of visits per user_id but how do I add ranges for the count?