Skip to main content
Question

How do I filter on a column chart?

  • May 25, 2022
  • 2 replies
  • 28 views

Hi,

 

How do I filter on a column chart?

 

I want to only see data on 'Fallouts' and exclude anything that has the name 'NULL'.

imageThanks,

Terence

2 replies

Hi @1460052414 ,

 

you can filter the component like this:

 

FILTER table.column = Fallout


Hi Terence ,

Please use component filter on the chart and apply your exclusion logic there.