I have a specific table with these fields :
- notes from Mr A
- notes from Mr B
- date
I want to have 2 coloring of rows following these conditions :
- if notes from Mr A and notes from Mr B are filled, go green.
- if (notes from Mr A is empty or notes from Mr B is empty) and date < current_day (ie either A or B forgot to fill its notes) , go red
However, the current implementation allows only condition 1 and condition 2 and condition 3
What would be great is to create filter blocks in which you can assemble with AND or OR between them.
I fell on this issue that seems to be it, but the way the issue is described seems to be more related to another subject of numeric filtering