Is it possible to get a list of distinct values using the
ExpressionFactory or some similar method?
Let's say I have a list of clients. One of the fields is region which
could be any value. Is there any easy way to get the distinct region
field values from the client list or do I need to use a sql query?
Or perhaps add the region values to a set and duplicate ones won't be
added so at the end I should have a list of distinct values?
Thanks,
Fredrik
This archive was generated by hypermail 2.0.0 : Thu Apr 07 2005 - 20:47:42 EDT