Skip to main content
Nintex Community Menu Bar

Choice Field A defines avaible options for Choice Field B

  • March 25, 2019
  • 1 reply
  • 7 views

Forum|alt.badge.img+1

Hi,

I want to show selected options from Choice A (multiple selection) as available options (not selected) in Choice B (single selection).

I want to use Choice A global at item level and Choice B in repeating section. 

 

Example:

Choice A:

o Option 1

x Option 2

x Option 3

o Option 4

x Option 5

 

Available options in Choice B should be:

Option 2,3,5 (single selection)

 

Of course it should dynamically add and delete the Options in Choice B when making chances in Choice A.

What is the best way to do it?

Thanks for your help

 

1 reply

Forum|alt.badge.img+14
  • Scholar
  • March 28, 2019

that's not possible with choice controls.

 

but could be possible with lookup controls - controlB within repeater gets filtered by controlA out of the repeater.

 

however, be careful with usage scenario as you mentioned! since if you change selection in controlA filter on all the controlsB reapplies and if you had selected a value in controlB that's not slected in controlA anymore, it gets creared from controlsB.

 

1236iAC4DC2989F28F25C.jpg

 

1234i23F9E6B7D9693998.jpg