I have a Base of all my physical games, and I’m grouping by platform - is it possible to show the count of how many per platform? For example Nintendo Gamecube(2) , PC(3) etc
If you group by platform, you can use the Summarize function of bases to give you simply the count of all items. When grouped, you will then also get the count per group.