If/Then not resetting when Boolean Switch unchecked

Hi,

I have an if/then pulling: if a boolean switch is not empty then pull XYZ numbers, else put a 0. While that works, when I uncheck that boolean switch the numbers it pulls while checked still appear. I need it to appear while it’s checked and then not appear/be included when it’s not checked. In the photos, you can see that it’s still displaying even thought it’s been unchecked.

Is this a bug? Is there a way to always have it reset?

2

Could really use some help. Thanks so much!

False is not the same as Not Empty. Change your If/Then to check ‘is true’ or ‘is not true’.

Boolean columns will always be empty initially, but once they are used, then they become either true or false. They never become empty again.

3 Likes