Forum Discussion
-ThomasHermann
2 years agoNew Member
Filter based on a value in another column
Hello, I have a table with different values and a column in which the same values are per group. If now the target which has an x is completed, all others of the same group including the complet...
ronrsnfld
2 years agoSuper User
- Table.Group by whatever your identifying column(s) are.
- create an aggregation to return nothing if all the entries are marked completed.
- Re-expand the table.