Filter for multiple values
- 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
Hi, I am trying to build a filter option for the server to let the end user pick as many (or as few) options from a list as they would like. I am currently using a list box, action, and filter tool (attached images below). However, when I run it as an app, the filter is not working and all are flowing. Is there a way to modify this?
Solved! Go to Solution.
- Labels:
- Developer Tools
- Server
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In the action tool, get rid of the parenthesis. You only want to replace the values inside them. Im not seeing anything strange beyond that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Modified for that and still running into the same issue - any other recommendations?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you! I honestly am unsure what was off on my end, but I recreated it and it now works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi, one quick follow up - is there a way to pull the filter the user selected? For example, if the user filters on company C, is there a way to make that part of the output? Goal is to build a control incase someone says "I filtered on A and B but only B appeared" but we can show "hey you only selected B"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can. Its pretty similar to the original flow, you just add another action tool to update a formula tool with the selected values.
One word of caution. The selected items it outputs will be in double quotes, so whatever string you create that will have the replaced values needs to be single quoted or you will get operation errors.
