INTERACT FORUM

Please login or register.

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

Author Topic: I need help making a people pane  (Read 1193 times)

Khaoz

  • Recent member
  • *
  • Posts: 12
I need help making a people pane
« on: January 30, 2012, 03:25:45 pm »

I'm trying to make a pane (MJ14 BTW) that shows every entry in [people], [producer] and [composer], having in mind some of them are lists of ; separed strings.

Everything I tried returns me just the [people] names, or everything altogether in a single string. And that is only with two fields at the same time. Am I trying to do an impossible?

I apologize if my English isn't clear enough, I could try to explain myself better :P
Logged

Khaoz

  • Recent member
  • *
  • Posts: 12
Re: I need help making a people pane
« Reply #1 on: January 30, 2012, 03:52:06 pm »

Solved using as expression as a pane with listbuild.

ListBuild(1,;,[people],[producer],[composer])&datatype=[list

If anyone's interested...
Logged

marko

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 8967
Re: I need help making a people pane
« Reply #2 on: January 31, 2012, 04:43:11 am »

Good stuff Khaoz, well worked out.

Code: [Select]
ListBuild(1,;,[people],[producer],[composer])&datatype=[list]
Pages: [1]   Go Up