I have tried several different ways to populate rows that Do not have a certain value and if I try to filter by "is not in" it says "The specified criteria didn't result in any data".
The 2 values are "connect" "disconnect"
If I add the column, it populates all the rows where "connect" exist.
I would like all other rows where "connect" does not exist.
I have tried other ways like include all columns and rows if Null, but that populates rows for every column and every possible answer.
Hope that makes sense thanks.