I created several custom columns that i use for my comics collection.
Like #letterers, #illustrators, #colorists.
Now I am trying to create column #artists that will contain all those
columns sorted hierarchically by occupation.
Closest I got was with the template:
illustrators.{#illustrators}, colorists.{#colorists}, letterers.{#letterers}
this way it creates hierarchy, but I end up with two problems.
All entries that does not have entry in these columns are still in artists column under illustrators. or colorists. or letterers. How to not include such entries?
Second problem is if my custom columns have more that one name. The #artists column counts all the names as one entry.
Tried several versions of in_list() but can't figure the right formula.
Would appreciate any help I can get.