Hi have tiddlers that have a property "attendees", which contain a list of 
people who have their own tiddler, which have a property "organization".

I want to list the attendees by organization. So I first use a filter 
listing the attendees and getting their organizations, but after that, I 
must use a variable (this is the only way I'm aware of to keep track of the 
current tiddler).

First : using <<org>> works in the $view widget, but not in the $link 
widget : the text is correct, but the link points to the current tiddler.
Second : how do I use a variable to retrieve the matching attendees ? 
field:organization{org} does not work.

<$list 
filter="[list[!!attendees]has[organization]each[organization]get[organization]sort[]]"
       variable="org">

  <$link tiddler=<<org>>><$view tiddler=<<org>> field=title/></$link>

    <$list filter="[list[!!attendees]field:organization{org}]">
        <$link to={{!!title}}><$view field="title"/></$link>
    </$list>

</$list>

There is probably a simple answer to this, but sadly the documentation 
on http://tiddlywiki.com/#ListWidget sent me to the 
uncreated http://tiddlywiki.com/#ListWidget 

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/0e2589fc-f610-43c0-9c48-5a9bc59ef94b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to