INTERACT FORUM

Please login or register.

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

Author Topic: TrackInfo_Insert and List fields  (Read 1024 times)

mark_h

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1851
TrackInfo_Insert and List fields
« on: August 09, 2013, 07:57:20 am »

Got a list (Artists) that I want to add to my track view.  When I try the standard TrackInfo_Insert(Artists) approach I get the list added as, eg:

Alan White; Chris Squire; Jon Anderson; Rick Wakeman; Steve Howe

But I want them listed as:

Alan White
Chris Squire
Jon Anderson
Rick Wakeman
Steve Howe

I munged a solution by creating a new user library field: ArtistsHTML

replace([artists],;,
)

And then inserting that into my view.  I get the results I want, but I am wondering whether there's an "official" way I've missed??


Logged
Pages: [1]   Go Up