Hi Allen Filter expression runs can append new items to the current list -- if you already have filter expressions worked out, then this will build a single list:
filter ="+[add[more items]] +[and[more items]]" If you wish to keep (and manipulate) the results in a field - you may instead use ActionListops widgets (nested within a Button widget): <$action-listops $tiddler="Target" $field="mylist" $subfilter="+[filter[expression]]"/> //add more items <$action-listops $tiddler="Target" $field="mylist" $subfilter="+[another-filter[expression]]"/> //and more items regards On Tuesday, 29 December 2015 06:56:10 UTC+2, David Allen wrote: > > I've got this one mostly figured out now, except I can't figure out a way > to compile the results into a single list, but as stated before, that may > not be possible. > -- 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/dca8be99-c056-40e2-9268-d9796d57ab53%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

