I have 2 columns with Boolean values
InStock1 and InStock2
InStock2 - is taking the value on the switch button inside the app, as I can’t target the original table in that view
InStock1 - has the values of stock
the data should be filtered if InStock1 is InStock2 and the category column has a certain value … the second is working right, but the first is not working when it’s not checked … anyone knows why ?
If I select the conditions : Is checked or Is not checked, then everything is working, only when compared to the other boolean column is not working , can’t figure out why