Hi there,
is it possible to apply a conditional format rule onto a group?
Greetings
Hi there,
is it possible to apply a conditional format rule onto a group?
Greetings
You will need to put the conditional formatting rule on the Task table where Task 1 is from. The formula for the rule would look something like:
thisRow.Subtasks.CountIf(Not(Done)) = 0
Then be sure to, in the configuration for column Task on Overview Tasks table, make sure that “Apply Styling” is checked (which is default).
Let me know if this doesn’t make sense to you and I’d be happy to help you know where to put these formulas.
(P.S. the reason why my solution works and yours doesn’t is because you cannot format grouped columns, but you can group by (pre)formatted values. Though I agree that it would be convenient and intuitive if you could format group columns with conditional formatting like you tried to do.)