I need to create a Report Definition, where I filter parent cases based on the child cases status.
I would like to create a report definition where I get a list of cases where there aren't any child cases where .pyStatusWork equals "Resolved-Completed". But, for the report definition I made, if, for example, there is a parent case where there are two child cases: one with the status "New" and one with the status "Resolved-Completed", the report would bring the parent case once, because of the "New" child case, when it actually shouldn't list this parent case, once there is one child case with the status "Resolved-Completed". How do I do that?