I have a number dimension backed by a PostgreSQL boolean field (field < {number}). It works and returns 1, 0, <null>. I want to use this dimension in a measure filter:
type: count
filters:
field: TRUE
No bueno. The TRUE isn’t being applied, and in fact, will not parse. What’s going on?