Right now I have:
WHERE flag_1 NOT IN ("D") AND flag_2 NOT IN ("D")
I have two sets of people working on the same data, and once one group is completed they will "flag" it D
, but the report will still need to pull the info until BOTH are flagged D
.
Right now the report is excluding the data if either are flagged D
, but I only want it excluded once both aspects are completed and flagged D
.
Any guidance?