I have created an expression to get one list with all my artists:
replace(ListCombine([artist],ListCombine([albumartist],[album artist])),/|,;)&datatype=[list]
The list works as expected when I paste the expression into a column in a pane view. But if I instead paste the exact same expression into a custom database field and set the same column to show that field, the list is the same but when I click in the list on some artists I just get the message "There are no search results in the current pane selection."
Any ideas why and what to do about it?
I would prefer to have the expression in a database field so that I can easily use it in several pane views. I have the same issue with another expression that adds composers as well:
replace(ListCombine(ListCombine([artist],[Composer]),ListCombine([albumartist],[album artist])),/|,;)&datatype=[list]