I have a dtml method that accepts input from a zsql method and dtml-in is used to loop over the result set. However, there are duplicate values in the query result set(by design) but i want to list only one iteration of each value in my dtml method. Does anyone know how to do this, ie skip over duplicate results? regards garry