Loading...

RE: A count for distinct values from SharePoint list

RE: A count for distinct values from SharePoint list

#5197
Anonymous
Anonymous
Participant

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