Folks,

Perhaps I am making a basic mistake, but I thought the get[fieldname] 
operator returns the values found in all fields named fieldname, and 
*deduplicates 
them*?

However in this example the select dropdown is returning multiples of each 
tiddler-type field found, presumably one for every tiddler that has the 
tiddler-type field

<$select tiddler="$:/temp/gototype/type"> default='task'>
<$list filter='[get[tiddler-type]sort[]]'>
<option value=<<currentTiddler>>><$view field='title'/></option>
</$list>
</$select>

Why is it not removing duplicates?

Tw 5.1.19


Thanks in advance
Tony

-- 
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/7086ce82-c03a-450e-a662-d8004b491f25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to