Hi all,
I'm building a simple app to collect form submissions to make up a library of results.
These results as captured in a simple SP list.
On the landing/gallery page, by default, it will list the submissions as they come in.
I could like to group all the submissions by a field ('city') so that on the main landing page there would be a list of all
cities and ideally the number of entroes for each
e.g.
London (16) >
Belfast (3) >
Berlin (23) >
How do you get the count of entries per city on the landing page along with the ability to filter by city.
I'm hoping when someone clicks on 'London' it will direct them to a list of 16 aplicable entries.
Any ideas?
Kind regards,
Brian