INTERACT FORUM

Please login or register.

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

Author Topic: Need help with an Expression  (Read 801 times)

GaryWW

  • World Citizen
  • ***
  • Posts: 151
Need help with an Expression
« on: March 10, 2013, 12:02:14 pm »

I would like to create a Theatre View menu item that lists all of the songs in the library that are duplicated. I though something like

If(IsEqual(ListCount([Name]),1,5), Duplicated, Not Duplicated)

would work but I only get Not Duplicated (that includes duplicated songs). Any ideas?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Need help with an Expression
« Reply #1 on: March 10, 2013, 01:02:20 pm »

You would want to use one of the Search modifiers.  Create your Theater View that shows the content the way you want.  Then, modify its Set rules for file display and set the Modifier: Only duplicates of: and configure the fields you want to match for duplicates, such as Name.
Logged
The opinions I express represent my own folly.

GaryWW

  • World Citizen
  • ***
  • Posts: 151
Re: Need help with an Expression
« Reply #2 on: March 10, 2013, 05:15:18 pm »

Doh!  :-\ I had set the sort there but didn't think to look at the other modification rules for a solution. Thanks.  :D
Logged
Pages: [1]   Go Up