tidA carries [[A]] [[B]] as value of field ‘related’.
tidB carries [[B]] [[C]] [[D]] as values of field ‘related’.
The following code:
<$list filter="[get[sr-related]]">
{{!!title}}<br>
</$list>
produces
A B
B C D
where all are clickable links.
What I want, instead, is
A B C D — all as clickable links.
How do I get that? Something that says merge all results and present only unique values.