Skip to main content
Nintex Community Menu Bar

How do I create a dropdown choice control based on the selections in a checkbox choice control?

  • November 15, 2018
  • 1 reply
  • 13 views

Forum|alt.badge.img+1

I am building a form, and I have a multiselection checkbox choice control called Segments.  It has about 30 options in it.  Further down the form, I have a dropdown choice control.  I want the dropdown options to populate based on the checked boxes from Segments.  For example, if the user checks SegmentOption1, SegmentOption5, and SegmentOption23, I want the those three selections to be the only options in the dropdown further down the page.  How do I make that happen?

1 reply

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • August 12, 2019
Hi,
Unfortunatley there is no way to filter a choice controls selection.
You would need to look at doing cascading drop downs using Lookup controls as these do allow filtering based on selection.