Is there a way to return a list of the unique values in a list field?
''[[get Operator (Examples)]] demonstrates that `[each[tags]get[tags]]`
will list the value in every tiddler's tags field ''<br/>
''If I make a slight change, `[get[tags]each[tags]]`, I get a unique
listing of all the tags in a TiddlyWiki:''
<$list filter="[get[tags]each[tags]]" variable="type">
<$radio field="type" value=<<type>>><<type>></$radio><br>
</$list>
''Neither `[each[list]get[list]]` nor `[get[list]each[list]]` returns a
unique listing of all the list entries in a TiddlyWiki:''
`[each[list]get[list]]`
<$list filter="[each[list]get[list]]" variable="type">
<$radio field="type" value=<<type>>><<type>></$radio><br>
</$list>
`[get[list]each[list]]`
<$list filter="[each[list]get[list]]" variable="type">
<$radio field="type" value=<<type>>><<type>></$radio><br>
</$list>
--
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/45e7f31f-d49b-469a-bcf5-e0b02c7d7292%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.