Hi Shash,

Can you please help me with that. An example would really help


In order to count the number of tiddlers that have a determinate field:

<$count filter="[has[myFieldName]!myFieldName[]]"/> tiddlers with the field 
"myFieldName"

Where

   - *has[myFieldName]* selects the tiddlers that have the field 
   "myFieldName"
   - *!myFieldName[]* selects the tiddlers whose field "myFieldName" is not 
   empty.

And if you need a subset of these tiddlers that have the tag "myTag":

<$count filter="[has[myFieldName]!myFieldName[]tag[myTag]]"/>

And to show a list of them:

<$list filter="[has[myFieldName]!myFieldName[]]"/>


I hope this is helpful.

Alberto

-- 
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 post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to