Hi community,
I bring you a query,
I want to create a column in which I can count all those issues (Parent) that have subtasks, but these subtasks (Although it is one of the subtasks associated with each parent issue) must meet certain conditions.
Ex:I have two issues PARENTS
Father-1
Subtask-1
Fields
A = A.1
B = B.1
Subtask-2
Fields
A = A.1
B = B.2
Father-2
Subtask-1
Fields
A = A.1
B = B.1
In the example I try to explain to you, I have two parent issues and the first one has two subtasks and the other has only one subtask,
Well, my idea is that in a column in EazyBI I can count if a parent issue has even one of its subtasks that meets the condition that fields A and B have the following value.
A = A.1
B = B.1
If we look, in the column I would have to appear a 1 for both cases FATHER-1 and FATHER-1 since both have a subtask that meets this condition.
If it had as a condition that the children have the following values
A = A.1
B = B.2
A single 1 should appear in the column in the row corresponding to FATHER-2
I hope I have been clear enough and can help me,
Best regards.