INTERACT FORUM

Please login or register.

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

Author Topic: [SOLVED] Combine Artist and Composer on the same tree level/node in Views  (Read 334 times)

afora

  • Recent member
  • *
  • Posts: 29

I would like to create a view with the top level for Artist, but I also would like to have Composers added there as well. Basically, in the View tree I want to see both say Strauss and Horowitz as Artists on the same level. Even though one of them only appears in Composer fields.

Is it possible? I played around with functions but I simply cannot get my head around how to accomplish this.

Many thanks!
Logged

afora

  • Recent member
  • *
  • Posts: 29

Just bumping this question up, if anyone could help with any suggestions.
Cheers!
Logged

lepa

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1965
Re: Combine Artist and Composer on the same tree level/node in Views
« Reply #2 on: October 03, 2022, 09:44:37 am »

You can add expression field with Artist and Composer combined in the customize view and use that instead of Composer or Artist as a category:
ListCombine([Artist],[Composer])&datatype=
    Logged
    Pages: [1]   Go Up