I think that having tiddlers that are tagged with their own name is going 
to cause problems, but I digress.

I think we need to see your data -- my quick experiment showed a non-zero 
count. Do you have your series labeled, "Fall", for example?

I don't think the filter is going to give you what you want though. It's 
going to generate a list of seasons [[Fall]] [[Winter]] [[Spring]] 
[[Summer]] (unless 2016 has less than 4 seasons) and then there is going to 
be a count for all series that aired in those seasons (no matter what 
year). So you need to have the year in the count filter as well.

Good luck!
Mark

On Tuesday, October 11, 2016 at 9:44:46 AM UTC-7, Juan P. Garcia wrote:
>
> Hello everyone!
>
> I'm new to TiddlyWiki, I've been doing my research, learning and having a 
> lot of fun with it.
> I decided to make a catalog of TV series I've watched using TiddlyWiki, 
> but now I have some doubts about how to do something that I'd say it should 
> be easy, but I'm stuck.
>
> My tiddler structure goes like this:
>
>    - I have a tiddler for each series. I have tagged them with [series], 
>    a tag for the season (Summer, Winter, Spring, Fall), and a tag for the 
> year 
>    (the actual number for the year).
>    - I have created a tiddler for each season. I have tagged them with 
>    [season], a tag for the season, and another for the year number.
>    - I created a tiddler for each year. I have tagged them with [year], 
>    and a tag for the year number.
>    - The home tiddler contains a $list like this:
>
> <ul>
> <$list filter="[tag[year]]">
> <li><$link><<currentTiddler>></$link> <small 
> class="tc-menu-list-count">(<$count 
> filter="[all[current]tagging[]tag[series]]"/>)</small></li>
> </$list>
> </ul>
>
> It is working properly, as it is.
>
>
> However, in the tiddler for each year, I would like to get a list of 
> seasons for that year, however, I'm stuck as in how to get it working. This 
> is my attempt at it.
>
>
> <ul>
> <$list filter="[tag[season]tag[2016]]">
> <li><$link><<currentTiddler>></$link> <small 
> class="tc-menu-list-count">(<$count 
> filter="[all[current]tagging[]tag[series]]"/>)</small></li>
> </$list>
> </ul>
>
> It isn't working at all, it always shows a count of 0.
>
> Any ideas on how could I make it work? Even if I have to change the 
> tagging system, I would love to get that count.
>
>
> Thank you all.
>
>
>
>

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c809de2-a47a-4e3e-a9e7-b790c096eff7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to