[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Loop with unique results
Hi Everyone,
This seems to me like a simple thing, but I can't figure it out.
--> I want to loop through a column, but I want unique results.
I tried this (it's for a selector):
<SELECT MV=loop
MV.SEARCH="fi=jazz.asc/sf=Label/un=yes"
MV.OPTION="[loop-field Label]"
NAME="mv_search_field">
But it just returns all the values in the "Label"-column.
Expample of what I want:
column
a
a
a
b
b
b
c
c
returns a selector with the options a, b and c.
Any ideas ?
Thanks in advance,
-Gideon