This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Hi. The first field should be set to Refresh fields on keyword change in the Field properties dialogbox. The second Combobox should be set in it's field properties to Refresh choices on document refresh. Also, in your second Combobox Choices area of the field properties dialogbox, select Use formula for choices. Your formula should use the first Combobox field name in an if statement. If you want two values for your second Combobox and your first Combobox has 3 values of firstchoicevalue, secondchoicevalue, and thirdchoicevalue, then your formula might look like something like @If (Combobox1fieldname="firstchoicevalue";"choice1":"choice2";Combobox1fieldname="secondchoicevalue";"anotherchoice1":"anotherchoice2";"lastchoice1":"lastchoice2"). Notice how the choices for the second Combobox are separated with colons.
Feedback response number WEBBAS3W5R created by ~Dean Asaasonettu on 10/12/2017