set parameter as filter, how could deselect the filter?

Hi team, 

I’ve a Boolean parameter and set it as filter.

I’m wondering how could I deselect this filter to include all data?

Thank you,

0 1 151
1 REPLY 1

Hey @yinsu510 ,

Is this filter on a report or in LookML code.

If you are working with a report, you should be able to change the filter at the top instead of something like:

field_name is Yes

, you can change the `IS` to say `Is any value`.

If you are working in LookML, near the top of your code block, there should be a filter parameter that might look like:

filters:

  field_name: ‘Yes’

If you change the `Yes` value to nothing at all, you deselect the filter.  Should end up with:

filters:

  field_name: ‘’

Feel free to let me know if this helps and good luck!

Top Labels in this Space
Top Solution Authors