What I have had to do in the past is add a calculated field to the BAQ that simply converts the boolean value to a True/False or Yes/No string field. As a string field, you get the results you are looking for.
Now this is for classic dashboards where I can put a dropdown filter on a field that I’m not displaying. I’m not familiar with Kinetic dashboards yet.
The weird part is that if you make a tracker for a classic dashboard and then select the option to generate a Kinetic application the tracker text boxes allow this behavior. If you leave the tracker field blank all records are selected.
So Kinetic can do it - but how?
I thought setting the wherelist value to ‘%?{TransView.PONum}%’ would work but that makes it work like a contains clause. Good to know lol but not what I needed.