Skip to main content

Threshold in count barplots

  • December 12, 2022
  • 3 replies
  • 37 views

Forum|alt.badge.img+1

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

3 replies

TheTimeSavingCo
Forum|alt.badge.img+31

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

 


Forum|alt.badge.img+1
  • Author
  • New Participant
  • December 12, 2022

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?


TheTimeSavingCo
Forum|alt.badge.img+31

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