My problem appears to be that it's in a double filtered list it works in a 
single filtered list but not in a double like the one below.  If I replace 
"lessthan:birth{!!year}greaterthan:death{!!year}" with 
"lessthan:birth[1950]greaterthan:death[1950]" this double filtering works.

<$list filter="[has[country]each[country]sort[country]]">
<div class="tc-menu-list-item">
<$view field="country"/>
<$list 
filter="[lessthan:birth{!!year}greaterthan:death{!!year}country{!!country}sort[title]]">
<div class="tc-menu-list-subitem">
<$link to={{!!title}}><$view field="title"/></$link> - (<$view 
field="birth"/> - <$view field="death"/>)
</div>
</$list>
</div>
</$list>

On Tuesday, November 28, 2017 at 4:15:44 PM UTC-5, TonyM wrote:
>
> I know you are talking code snipits here, But I assume you are displaying 
> the result eg; {{!!title}} and using <$/list> 
>
> On Wednesday, 29 November 2017 07:21:26 UTC+11, Gabriel Perlmutter wrote:
>>
>> Nope
>>
>> On Tuesday, November 28, 2017 at 2:44:36 PM UTC-5, Jed Carty wrote:
>>>
>>> Does it work when you only have one?
>>>
>>> Does
>>>
>>> <$list filter="[lessthan:birth{!!year}tag[People]]">
>>>
>>> give you anything?
>>>
>>

-- 
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/41951454-8aed-469b-9151-7ceaf360ef13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to