Exclamation Mark Operator and Select Component

Hi there @thomasatkinson!

Are you using MSSQL? It seems like it might not support booleans. Can you try this instead?

Select * from Projects
WHERE 1 = {{ !select1.value ? 1 : 0 }}
OR ProjectSubType = {{ select1.value }}