Analytic App List Box outputting all values, not selected ones
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I'm trying to create an analytic app that allows users to select multiple rows from a pre-defined list. I'm close, but for some reason no matter which ones I select(lets say I select 2) ALL of the values from the list wind up in one cell instead of 1 row per selection for only the 2 I selected.
Using the screenshot as an example, the output from the list should only have 2 rows: one for 2021_0066 and one for 2022_0137, but ALL of the values from the list box are appearing in ONE cell for the text input tool that is connected to the output of the list box.
Solved! Go to Solution.
- Labels:
- App Builder
- Apps
- Interface Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@csh8428 Change the action tool settings like below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is expected behaviors - you should use a text to columns after your text input tool. As @binuacs point out - you can set up whatever delimiter you want. What you receive from the listbox tool (or tree tool) is an array - and it's good to think about how you split it up.
