Hi I am trying to solve something I am unsure as to whether it is possible.
It is for clips downloaded from the internet
I have four fields [Site Name], [Site Name (Featured)], [Studio], [Studio (Featured)]
Right now I have two panes using the following expressions
Expression 1
listbuild(1,;,[Site Name],[Site Name (Featured)])&datatype=[list]
So if I have a file that has [Site Name] tagged as Site A and [Site Name (Featured)] with Site B. The pane that uses the expression above will output the file to both Site A and Site B in the list. This is what I want
Expression 2
listbuild(1,;, [Studio],[Studio (Featured)])&datatype=[list]
This expression is the exact same idea as above.
What I want to do is to merge both of these into one pane. I want everything to do with expression 1 nested under the title Site Name and for expression 2 everything nested under Studio.
So essentially like this Site Name\[Expression 1];Studio\[Expression 2]&datatype[list]
I have had limited success. Although any file that has an entry in the second field contained within any of the expressions above doesn't get nested under the titles. I have tried it many different ways, making custom calculating fields etc and feel I am going round in circles.
Is this possible?
I know I could just use two fields [Site Name] and [Studios] and separate my entries with a ";" delimiter but I prefer the idea of having dedicated featured fields, I don't think it makes a large difference, does it?
Thanks