The quick answer is that you put a list around it that returns one element 
when your conditional is true and nothing when it isn't. So something like 
this may work:

<$set name=tiddler-title value={{!!title}}>



<<tiddler-title>>

<$list filter="[tag[Area]]">
<$list filter="[tag<currentTiddler>tag<tiddler-title>
limit[1]]"><$link>''{{!!title}}<br>''</$link></$list>
<$list filter="[tag<currentTiddler>tag<tiddler-title>]">


<$transclude mode="block"/>
</$list>
</$list>

</$set>

That will only show the link to the quarter if there is something listed 
under it.

-- 
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/08e6220c-d07a-49e2-b688-78bce45c62c3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to