Dec 12, 2022 04:08 AM
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
Dec 12, 2022 05:22 AM
Hmm, may I know what issues you faced while filtering to only include the bars that have a count over a threshold?
Dec 12, 2022 05:34 AM
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?
Dec 12, 2022 06:08 AM
Ahh I see, yeah, adding a field to filter off of seems like your best bet