Hi Richard,
If you want to display a list of the distinct values, you can configure qSelector to a SharePoint list with "Remove duplicate values" option enabled.
If you would like to get a count of distinct values, you will have to write some custom JavaScript function and use it with qListView, as we do not have a property that can handle this functionality in yet.
Yuan