Thanks glad to hear it is possible
For my first view it just has the following expression for the rules for file display
[=save(listcombine([Album Artist,0],load(list1),;,;,0),list1)save(listcombine([Remixer,0],load(list2),;,;,0),list2)1]=1
Only include Rules for file display that view 1 includes minus our listcombine() calculations.
I'm not sure what you mean here
For the second view I am using the following expression (The expression is in a custom field called [Remixer.calc] so I can use an expression in the tag window to copy results over and is displayed in this view as a column so I can see the results.)
listcombine(ListCombine([list1],[list2],;,;,1), [list1],;,;,0)&datatype=[list]
When I activated the first view and then the second, I found a track where the remixer also has an album.. I previously created a another custom field called [Remixer has album] but upon trying this expression in the tag window for [Remixer has album] just to test if it will work, it would never output any remixer. The remixer I chose did exist in the [Remixer.calc] field.
=if(isequal([Remixer],[Remixer.Calc],8),[Remixer],)
Any ideas what is going wrong?
As for the separating the remixers with the custom delimiters, I think it will be easier just having the [Remixer has album] just field to store the remixers that do have them and just ignore the rest. Then I can build views with that, I'll still have the original Remixer field anyway.. When there are multiple remixers where one does have an album and others don't, can I use regex to just capture the remixer that does, to use in the tag window??
Another bit of advice please. In this thread I have been talking about remixers just to try & keep it as simple as possible. But once this is working, I'd like to do it for [Artist], [Remixer] and [Supporting Artist]. it is possible just to make a calculated field, to store an expression like this
listbuild(1,;,[Artist],[Remixer],[Supporting Artist])
Then for the rules for file display call upon that calculated field instead of remixer?
Edit p.s.
Thanks for all your help and doing that testing