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!
<:-)