> Is there a possibility to remove duplicates by using a DISTINCT-Mode ?
> e.g. in this context:
>
> tt_content.list.20.0.0 {
> table = tt_address
> select.pidInList.field = pages
> select.orderBy = {$content.tt_address.orderBy} {$content.tt_address.desc}
> }
>
Could you not achieve the same by using groupBy for relevant fields ?
Best, Helge Vad