Filter the available list choices in condition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 03:04 PM
Hi everyone,
How can I filter the available options in the condition builder? When I click on the value look up, it shows me the list of all Choices from all Choice Lists.
However, I just want to see the choice list of Change attribute field. In other words, I want to see the filtered results just like the one in the 2nd screenshot below, instead I get the 1st screenshot.
Any help is appreciated.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 03:19 PM
Is your u_request_attribute confirmed to be a choice type field?
Instead of contains, you could use 'is' or 'is one of'. This should show the finite choice list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 04:33 PM
It's a type of List and Reference is Choice.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2016 04:43 PM
By default the values will be all the values on the table, as your essentially just doing a lookup to the choice table records.
Generally, add a filter you need to add a reference qualifier to the list field dictionary entry with condition such as 'name' 'contains' 'change'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-23-2016 09:43 AM