I have a report with two possibilities "complete" or the cell is blank, I'm using Select Expert to filter cells that have "complete" with no problem.
{report1.12} = "complete".
The problem is when it comes time to filter the blank cells
{report1.12} = "". this does not return all of the possibilities.
I have tried IF ISNULL({report1.12})then"" with no luck
Any help would be appreciated.