On Monday, April 13, 2015 at 3:10:38 PM UTC-7, Rustem wrote: > > I have this filter expression that returns all tiddlers tagged with the > current tiddler, except those tagged with "Archive". > [<currentTiddler>tagging[]!tag[Archive]] > I'd like to build filters for each of these scenarios: > a) If the current tiddler is tagged "Archive", return all tiddlers it is > tagging, archived or not. >
Try this: [<currentTiddler>tag[Archive]tagging[]] > b) If the current tiddler is tagged "Archive", return only tiddlers it is > tagging that are also archived. > and this: [<currentTiddler>tag[Archive]tagging[]tag[Archive]] enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios YOUR DONATIONS ARE VERY IMPORTANT! HELP ME TO HELP YOU - MAKE A CONTRIBUTION TO MY "TIP JAR"... http://TiddlyTools.github.com/fundraising.html#MakeADonation -- 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 post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b29968f5-cee6-4611-9ccb-6cd5fa77c5b4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

