Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Any one used the Predefined Values in the Input Box. I want the Input box to have some predefined values and user will select any values .. I tried by providing the predefined values in the Values of Input Box .I am not able to select the values in the Input Box..
I found the solution values to be provided with semicolon as delimeter and it is working fine..
As the input box is tied to a variable, you can control valid inputs by defining them for the variable. See Document Properties>Variables>Input constraints or value list or predefined values.
Regards,
Gordon
I found the solution values to be provided with semicolon as delimeter and it is working fine..
Three things to check on the Constraints tab of the Input Box Properties.
1) Input Constraints section: Make sure you've selected predefined values only.
2) Value List: How do you want to display the selections? Dropdown or Scroll.
3) Predefined Values: Number Series or Listed Values. Number series can create something simple like a period. From 1 to 12 Step 1. Listed Values can create a list of values like products. ProdA;ProdB;ProdC;...