I have a sharepoint views containing different items but according to the columns displayed in my view, those items are the same:
A B C D A B C D A B C D A B C E
That I would like to display like:
A B C D A B C E
Is there any way to do so?
DISTINCT
UNIQUE
You can group by fields in a view. To do that you can just modify the view and group by e.g. "Column A".
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
11 months ago
viewed
823 times
active
17 days ago
DISTINCTorUNIQUEoption? – Florian Margaine Jun 14 '12 at 8:03