Close menu

Boolean Data

Also known as True/False, Yes/No, On/Off, Active/Inactive, Enabled/Disabled, and many others. At the heart of it all, boolean is simply a binary of 1 or 0. The boolean data type is: A true or false value. Can be used directly in If, Filter and other functions without a comparison. Microsoft Learn Documentation But what does that actually mean, and how is it…