I'm not sure if this is what you really want. Your original used the count
widget to get the count. But you
already know that anything that shows up will have a count of zero.
<$list filter="[tag[group]!title[groupTemplate]sort[title]]"
variable="mytitle">
<$list filter="[tag<mytitle>count[]regexp[^0$]]" variable="nul">
<$link><<mytitle>>: <<nul>></$link><br>
</$list>
</$list>
On Tuesday, September 10, 2019 at 12:04:02 PM UTC-7, Aidan Grey wrote:
>
> Hey all,
>
> I've got the following list:
>
> <$list filter="[tag[group]!title[groupTemplate]sort[title]]">
> <$link>{{!!title}}: <$count filter="[tag{!!title}]"/></$link><br>
> </$list>
>
> How do I adjust that to filter and show only the items that have a count
> of 0?
>
> Thanks
> Aidan
>
--
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/f02eadfb-5fba-45e3-a301-0b909cf2bf63%40googlegroups.com.