INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: List of Artists with >=2 Albums?  (Read 268 times)

SpedInFargo

  • Recent member
  • *
  • Posts: 34
List of Artists with >=2 Albums?
« on: April 03, 2020, 01:33:48 pm »

I have a good view of my library with any artist that has at least one 4.0 rated album (Album Rating is a custom field I created).

I want to create a view that lists all artists with at least 2 albums.  I found this thread which showed how to use groupcount() to display number of albums for an artist:  https://yabb.jriver.com/interact/index.php/topic,105600.msg734679.html#msg734679

But I want to filter the same way.  I tried this as my Smartlist Rules Data but I don't think I quite understand how to do a "calculated" field:

[(groupcount(album)]=>2 ~expand="Album Artist" ~sort=[Year - Album]-d

And variations of that:

[=groupcount(Album)>2] ~expand="Album Artist" ~sort=[Year - Album]-d
[=groupcount(Album)]>2 ~expand="Album Artist" ~sort=[Year - Album]-d

Can't quite figure out the syntax here...

Thanks for any ideas...

Logged
Pages: [1]   Go Up