INTERACT FORUM
Windows => JRiver Media Center 33 for Windows => Topic started by: decker on February 03, 2025, 05:34:00 am
-
Hello,
I have a calculated field that return a list of fome: >>item1; item2;item3<<.
This resulting list is shown as a string in the side panel: >>item1; item2;item3<<. But not like one item per row:
item1
item2
item3
Very much the same happens in the filtering of the detailed view. That is why I can not select e.g. item1 but only >>item1; item2;item3<<.
This there a way to change this behaviour and force JR to display the values as single items and not as string that tie all time togehter?
Thanks
Thomas
-
Change the "Edit Type" of the field to "List" and add this to the end of your Expression:
&Datatype=[List]
-
Thanks a lot.