Hi Måns,
You should be able to use:
<<forEachTiddler
where 'tiddler.tags.contains("item") && !tiddler.tags.containsAny
(["$1","$2"])'cmari On Jan 27, 8:40 am, Måns <[email protected]> wrote: > Hi TwWizards > > I have this expression (which works fine with matchtagplugin) > <<list filter "[tag[A && ! (B OR C)]]">> > translates to: tiddlers tagged with A but not with B or C > So far so good - problems arise when I try to translate it into a fET > I tried: > 1. > <<forEachTiddler > where 'tiddler.tags.contains["A" && ! ("$B" ||"$C")]' > > and: > 2. > <<forEachTiddler > where 'tiddler.tags.contains("A") && ! ("B" ||"C")' > > Both seem to work at some level - as they produce a result (end count) > Unfortunately, the result is not correct > > Example:http://twmtc.tiddlyspot.com/#fET%26TT%26NS-List > > Is it a basic syntax problem or isn't it possible to reproduce the > matchtags boolean expression in a fET? > > YS Måns Mårtensson -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

