Try adding the operator:

*all[current]*

in front of the second filter, like:

*[all[current]date1{!!date1}]*

This worked with my sample tiddler data.

I can't help but notice that the documentation for ListWidget tells us to 
look at *NestedLists*, but there is no tiddler with that title.

Mark 

On Thursday, July 16, 2015 at 5:53:59 AM UTC-7, Shash wrote:
>
> Hi All,
>
> I have a list filter like the one below
>
> <$list filter= "[tag[Journal]]">
> <h2><$view field="date1"/></h2>
> <ul><$list filter="[date1{!!date1}]"><li>{{!!title||journalEntry}}</li>
> </$list></ul>
> </$list>
>
> Whenever I am using this in Firefox, the entire list of system tiddlers 
> pop up. I am not sure why this is happening. I tried the same in 
> tiddlywiki.com with the below and the same issue popped up again.
>
> <$list filter= "[tag[task]]"><h2><$view field="date1"/></h2>
> <ul><$list filter="[date1{!!date1}]"></$list></ul>
> </$list>
>
> The question is, is my usage correct? or is there any problem anywhere 
> which I am not able to identify?
>
> Thanks!
> Shash
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7de3a3d7-1290-4b4a-aae0-2a92e869365c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to