I'm trying to run a query against the database where one of the fields displays as a check/tick box.
How on earth does one filter against that?
A basic search of:
SELECT NodeID, Client, Node_In_BAU FROM [dbo].[NodesCustomProperties]
Where ClientPrefix like '%xxx%'
returns:

But for the life of me I can't figure out how to do an "and Node_In_BAU equals Tick or No-Tick"