We use cookies to improve your experience and analyze site usage. You can choose which types of cookies to accept:
Help us understand how visitors interact with our website by collecting anonymous information.
Used to make advertising messages more relevant to you and your interests.
You can change your preferences anytime by clicking on the cookie settings icon in the bottom right corner.
Are you looking for a boolean column in SQL? Or have a virtual table and need a toggle/checkbox in your app? If you have just a string/text field with True/False this wont work. You need to convert the column in SQL to BIT. Bit is an integer data type that can take a value of 0, 1, or NULL 1 for true, 0 for false. Then reload/refresh your table into your dataverse/virtual table and it can be selected with a checkbox!