Here I count how many tiddlers that tag to a tiddler. If the count is bigger than 10 it should return "10". But if the count is not bigger than 10 is should return the counted value:
[all[tiddlers]!is[system]tagging[]count[]compare:integer:gt[10]then[10]else ???] ...but the count seems lost after passing the "then" operation. How can I make this last bit work? Or, if there's another good single filter solution. Thank you! <:-) -- 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/3d021376-b258-4bc1-b442-71b9edfabd7ao%40googlegroups.com.

