Hi all
Sorry to tire you with list filter questions...I am using a field called uptopic in some of my tiddlers. I would like to create a list of the values in the uptopic fields, and for each value, a list of tiddlers with that value.
I tried the following, which comes close, but this duplicates each uptopic value that appears in more than one tiddler. I only want each value to appear once. I tried numerous options last night in order not to bother you all. But I just can't crack this one myself.
Thanks to anyone for your help.
<$list filter="[get[uptopic]sort[title]]">
<b><$view field="title"/></b><br><$list filter="[uptopic{!!title}]"><span class="indent1"><$link><$view field="title"/><br></$link></span></$list>
</$list>