To get unique values only, use *each*:

<$list filter="[each[topic1]get[topic1]] [each[topic2]get[topic2]] 
[each[topic3]get[topic3]] +[sort[title]]"/>

Most filter operators remove duplicates automatically, but *get* doesn't. 

Duplicates are automatically removed from a sequence of filter runs, such 
as:

[each[topic1]get[topic1]] [each[topic2]get[topic2]]

So even if the same item crops up in both topic1 and topic2, it will only 
appear once in the filtered output.

– æ

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to