How to Show a String List in a Report

How to Show a String List in a Report

Comments

  • Hi,

    I have a field set up in a database that is a string list, and a form which allows the user to select multiple items on it. This works in the form but I do not see a way to include this data in a report. I was thinking the data may be comma separated, since it would be in one field but it is just a list of weird numbers and letters.

    Is there a way to get around this?

  • A workaround for this would be to make use of a [b]Flow Inline Field[/b]. Attached is a link to the documentation site that provided a guide through its uses, but its essentially a flow that populates a report field. https://documentation.decisions.com/docs/flow-based-steps-report Included below are some images of an example setup. The report shows the standard StringList field, the ID, and the Flow Inline Field. The Flow Inline Field Flow fetches the StringList using the ID on each row, then builds a single string using Merge Plain Text on a Create Data step.

    [img]att1[/img]

    [img]att2[/img]

  • Could you provide a exported zip file for this?

  • [color=rgb(29, 28, 29)][font=Slack-Lato, appleLogo, sans-serif]Hi,

    I have attached an export with your use case. Please import this project and let us know if you have questions.[/font][/color][color=rgb(29, 28, 29)][font=Slack-Lato, appleLogo, sans-serif] For more information on Importing in Decisions, please refer to [/font][/color][color=#1d1c1d]https://documentation.decisions.com/docs/importing-and-exporting-projects.

    [/color]

Sign In or Register to comment.