HI, Olivier. Long ago in symbolic logic class I learned DeMorgan's laws:
Not (a or b) Equals (Not a) and (not b) Also Not (a and b) Equals (Not a) or (not b) If you apply DeMorgan's laws to your filter I think you will get something easier to code. -Dwight Mlo betazoid on Android sgn2 On May 22, 2015, "robisme (Olivier R)" <[email protected]> wrote: >Hi, > >I have a view with the following conditions: >- (Project status is "In Progress") AND >- (Start date "on or before tomorrow" OR Start date "does not exist") > >I'd like to add a condition which could be something like : >- NOT ("is project" AND Has subtask is "False") > >ie : DON'T display the projects without subtaks (but do display the >projects with completed subtaks) >It is something like creating a new conjunction "NOT" in addition to OR >and >AND > > >How could I manage to do it? >Thank you for helping me. > >Olivier -- You received this message because you are subscribed to the Google Groups "MyLifeOrganized" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/mylifeorganized. To view this discussion on the web visit https://groups.google.com/d/msgid/mylifeorganized/fe862aba-a6d5-455a-b22c-557aef6f3cd7%40dwightarthur.us. For more options, visit https://groups.google.com/d/optout.
