Yes, thank you! -------- Oorspronkelijk bericht --------Van: "'Mark S.' via TiddlyWiki" <[email protected]> Datum: 13-12-20 16:31 (GMT+01:00) Aan: TiddlyWiki <[email protected]> Onderwerp: [tw5] Re: Count tags under the condition of.. If I understand your question, you only want to count the tags that themselves (as tiddlers) are tagged with CP.This should do that:<$count filter="[all[current]tags[]]+[tag[CP]]"/>If that's not what you wanted, you might give an example of your tiddler inputs and desired outputs.HTH!On Sunday, December 13, 2020 at 2:20:54 AM UTC-8 [email protected] wrote:Hello,This code counts all tags from the current tiddler, but does not count the tag "C".<$count filter="[all[current]tags[]sort[title]] -[[C]]"/> But how can I count the number of tags from the current tiddler referring to all tiddlers with tag "CP"?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/bc20aa4a-98c4-4c1f-ae7f-fbede3efe008n%40googlegroups.com. -- 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/5fd63b73.1c69fb81.2689.9c96%40mx.google.com.

