Hello Everyone. I feel kind of silly asking this question, but I need help with a filter question. I have a gallery which contains a checkbox. I am trying to filter the gallery to only show items that dont have the checkbox checked. I can get it to work for a true value, but I am not sure what I am doing wrong when it comes to the false.
Here is what I am using? The checkbox is called checkbox4 (yes, I will change it) and the field in my SharePoint data list is called InUse
Filter('Data Source', InUse = false)
What am I doing wrong?