Skip to main content

Limit the amount of records displayed in chart regardless of applied filters

  • February 2, 2023
  • 3 replies
  • 97 views

Forum|alt.badge.img+4

Hi,

I'm creating an interface where I want to present the development costs for my company. 

Regardless of the applied filters in the top, I want to limit the amount of records presented in a chart to 20. 

If I don't apply any filters, the graph looks like this:

Is there a way to fix this?

3 replies

Forum|alt.badge.img+6
  • Known Participant
  • February 2, 2023

Could you create a view with the relevant sort of your top 20, and then base the chart on that particular view?


Forum|alt.badge.img+7
  • New Participant
  • December 1, 2023

Could you create a view with the relevant sort of your top 20, and then base the chart on that particular view?


Hi there, I have the same problem as OP and am not sure I follow your proposed solution. Can you please elaborate?

Obviously given the cutoff value I can use a filter to show only the Top 20, but that would require me to update the chart configuration each time I use my interface (since the underlying data is constantly changing). I was hoping to find a solution that allows me to configure the chart to always show only the Top 20 regardless.


Forum|alt.badge.img+4
  • Author
  • New Participant
  • December 4, 2023

Hi there, I have the same problem as OP and am not sure I follow your proposed solution. Can you please elaborate?

Obviously given the cutoff value I can use a filter to show only the Top 20, but that would require me to update the chart configuration each time I use my interface (since the underlying data is constantly changing). I was hoping to find a solution that allows me to configure the chart to always show only the Top 20 regardless.


Hi all,

I think @eduardo11  summarize my problem perfectly, and the proposed solutions won't fit.