Ok. Yeah, I looked at that, and it's not going to do the trick for me.
This is something that I want to use with a variety of my album views. I want to display only those albums that are complete, or, of the incomplete ones, only those that have a decent number of tracks on them.
For example, in one view, I want to display all full albums (including those with at least 5 tracks) that contain at least 1 track that is rated 5. There are a bunch more views like this that I use, but all those albums missing just one track fall the wayside because they are not 'complete'. Hence my request.
mark_h's cheat will not work either because it returns albums that have only 1 or 2 or three tracks, as long as one of those tracks is 5 or is greater than 5 for example. (Album: Sock Ray Blue, I only have 3 tracks on this album: track 2, 3 & 6 but it will display because track 6 is greater than 5, and I have it set to show the full album--which I need to make this work).
So, I really need some way to count the number of tracks per album and return a list of those with more than 5. Maybe the counting expression? (oh goodness, that will be way beyond my capabilities to figure out...)