Hello,
List (Unique) text field of tiddlers tagged: "(S)", where all tiddlers with tag "(I)" and field: "rate" with value: "2" are tagged to.
<$list filter="[[2]listed[rating]tag[(I)]]">
<$list filter="[all[current]tags[]]+[tag[(S)]] +[limit[1]]">
{{!!text}}
</$list>
</$list>
Each listed (S) tagged tiddler has one or more (I) tagged tiddlers tagged to it.
How do I use the CountWidget in the example above so that it also counts the number of hits?
And how do I list the tiddlers in numerical order with the highest number on top?
Thank you,