It works perfectly, thanks mat
Le jeudi 4 mars 2021 à 17:58:53 UTC+1, Mat a écrit :
> 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/c255292a-527d-4420-a739-35bf2fb1805fn%40googlegroups.com.