I'm designing a report with the reports module and can't get my keychain expression to evaluate a bit type key. I have a square that I want to enable Fill if the value is True/1. I'm not sure what output a checkbox needs in order to enable it, also I'm not sure if I need to evaluate for "True" or "1" or 1.
So far, I've tried Value=="1"?"1":"0", Value=="1"?"True":"False", Value=="True"?"1":"0", and Value=="True"?"True":"0" and they all return as Fill enabled.