Skip to main content

In a barplot grouped by a certain field and counting number of records I would like to filter only the bars that have a count over a threshold. If not, barplot contains way too many bars and it is unreadable. How can I do that?

I am doing it in a base interface.

The first screenshot shows the issue. The second shows the config of the barplot

Hmm, may I know what issues you faced while filtering to only include the bars that have a count over a threshold?

 


Hmm, may I know what issues you faced while filtering to only include the bars that have a count over a threshold?

 


Well, the count I want to threshold is not a variable/column/field in my table, so I am not able to select it as a filtering condition. Maybe I could try to add a derivate field as a formula and get the counts grouped?


Well, the count I want to threshold is not a variable/column/field in my table, so I am not able to select it as a filtering condition. Maybe I could try to add a derivate field as a formula and get the counts grouped?


Ahh I see, yeah, adding a field to filter off of seems like your best bet


Reply