I am using a checkbox as the filter for a couple of inline lists but it is not working...anything I am missing?

Thanks again in advance everyone

Simon

When testing boolean columns, best practice is to test for checked/is not checked.
So try changing that to “Date Time Completed is not checked”.

Just an aside - testing for RowID is not empty is not necessary, because a RowID column should never be empty. If it is, then something is seriously wrong.

Thanks Darren

That seems to have helped.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.