Home
Download
Purchase
Support
Company
INTERACT FORUM
November 05, 2024, 05:29:49 am
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Calendar
Login
Register
INTERACT FORUM
>
More
>
Old Versions
>
Media Center 17
>
I need help making a people pane
« previous
next »
Pages: [
1
]
Go Down
Print
Author
Topic: I need help making a people pane (Read 1288 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
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: 9124
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]
Logged
Some alternative skins are here
|
Import Stats on Steroids
|
Complete Expression Language Alphabetical List
Print
Pages: [
1
]
Go Up
« previous
next »
INTERACT FORUM
>
More
>
Old Versions
>
Media Center 17
>
I need help making a people pane