I want to enter multiple values into the ‘Artists’ field.
E.g.
John Doe; Jane Deer
But if I use that ^sytax, what shows in the ‘Artist’ column of the ColumnBrowser is a single, consolidated entry:
John Doe; Jane Deer
What syntax do I need to use in the ‘Artists’ field,
John Doe (some delimiter?) Jane Deer
so that I get TWO, separate entries in the ‘Artist’ browser column,
John Doe
Jane Deer
?