Filter for Sheets Checkbox does not work

My MAKE filters have gone haywire :exploding_head:

They look at regular Sheets checkboxes and interpret Boolean FALSE (see black mouseover on below screenshot) as true. Setting filter as Text operators won’t work either. Nor does typing TRUE or FALSE in the condition field.

What is going on?

Hi @neomagic ,

Did you try to test with the string “TRUE” (or “FALSE”) according to your needs?

PBI

2 Likes

Yeah, TRUE and FALSE as text strings work with a text oprator filter, but I am setting the checkboxes via AppSheet (Google’s GUI frontend for Sheets) so I need the checkboxes’ functionality.

You could use a mapping that transforms TRUE (resp. FALSE) as string into true (resp. false) as Make boolean, a switch should do the job.

2 Likes

So I set the cells with text strings instead of checkboxes.

Turns out the Yes/No toggle in AppSheet is able to change the text(!) to TRUE or FALSE.

image

Still seems like a bug in MAKE to me, but the workaround is manageable, so thanks!

image

1 Like