Hi,
How do I get dynamic data keys to work with MS SQL Bit data types?
In the example below I'm trying to use the visible key to make the circle appear around the Yes or No if the SQL field is True or False.
I have tried query2.trailerCleanSafe == 1 and query2.trailerCleanSafe == 0, which will always make both items visible.

And query2.trailerCleanSafe == True and query2.trailerCleanSafe == False , which will always make both items not visible.
I can get it to work with other SQL data types.
My workaround has been to change the data type in my SQL query before using it in the data key.
