On Saturday, September 26, 2020 at 8:56:02 AM UTC-7, Cade Roux wrote: > > I thought these would be the intersection and should be equivalent: > > <$list filter="[[A]listed[my.field]] +[[C]listed[my.field]]" /> > <$list filter="[[C]listed[my.field]] +[[A]listed[my.field]]" /> > > But not only are they not equivalent, they are not correct lists: >
Try this: <$list filter="[[A]listed[my.field]then[C]listed[my.field]]" /> <$list filter="[[C]listed[my.field]then[A]listed[my.field]]" /> "if [A] is listed, then test to see if [C] is listed" "if [C] is listed, then test to see if [A] is listed" -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c7206296-dfbe-437c-822d-9cf0e909d83do%40googlegroups.com.

