INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: List as a result of calculated fields are displayed as string  (Read 248 times)

decker

  • Regular Member
  • Recent member
  • *
  • Posts: 15
  • Change this by choosing profile
List as a result of calculated fields are displayed as string
« 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
Logged

zybex

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 2812
Re: List as a result of calculated fields are displayed as string
« Reply #1 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]
Logged

decker

  • Regular Member
  • Recent member
  • *
  • Posts: 15
  • Change this by choosing profile
Re: List as a result of calculated fields are displayed as string
« Reply #2 on: February 05, 2025, 04:50:05 am »

Thanks a lot.
Logged
Pages: [1]   Go Up