INTERACT FORUM

Windows => JRiver Media Center 33 for Windows => Topic started by: decker on February 03, 2025, 05:34:00 am

Title: List as a result of calculated fields are displayed as string
Post 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
Title: Re: List as a result of calculated fields are displayed as string
Post by: zybex on February 03, 2025, 05:56:39 am
Change the "Edit Type" of the field to "List" and add this to the end of your Expression:
Code: [Select]
&Datatype=[List]
Title: Re: List as a result of calculated fields are displayed as string
Post by: decker on February 05, 2025, 04:50:05 am
Thanks a lot.