You use the add operator [<firstvalue>add<secondvalue>]
But instead of usig the count widget, you use the count filter operator and
you set some vars
Basically
<$vars
a={{{ [!is[system]tag[A_trier]count[]] }}}
b= ... >
{{{ [<a>add<b> }}}
</$vars>
<:-)
On Thursday, March 4, 2021 at 4:37:37 PM UTC+1 [email protected] wrote:
>
> Hello,
>
> I am able to get two counts :
> * Number of untagged tiddlers : <$count filter="[untagged[]!prefix[$]]"/>
> * Number of tiddlers with a specific tag : <$count
> filter="[!is[system]tag[A_trier]sort[created]]"/>
>
> Is it possible to get the sum of these both counts ?
>
> <$count filter="[!is[system]tag[A_trier]sort[created]]"/>+<$count
> filter="[untagged[]!prefix[$]]"/>
>
>
> Thanks
>
--
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/b78fdc1d-a3c9-43a2-a69e-9542f7bd8667n%40googlegroups.com.