Creating different fields
In the Form Response Builder, you can create different types of fields, such as Text, Year, Date, Number, Whole Number, Integer, and Boolean fields.
About this task
When you add columns, you must enter the table’s code in the Parent Code column. The parent code tells the system which field the property belongs to and helps ensure that it is applied correctly
Procedure
- Specify a parent code.
- In the Code column, specify a unique ID.
- In the Entity column, specify
Field.
Option Steps Create a text field - In the Type column, specify either Short Text or Long Text depending on the level of detail you expect in the field.
- In the next two rows, in the Entity column, specify Properties and in the Type column, specify MinLength and MaxLength.
- Set a display order for each column. The display order determines the sequence in which your columns appear.
- In the Value column, for each row, write short text that serves as field titles.
Figure 1. Example of short and long text fields in the Form Response Builder worksheet
Figure 2. Long text example output
Figure 3. Short text example output output
Create a year field - In the Type column, specify Date.
- Set a display order. The display order determines the sequence in which your columns appear.
- In the Value column, write short text that serves as the field title.
Figure 4. Example of a Year field in the Form Response Builder worksheet
Create a date field - In the Type column, specify Date.
- In the next two rows, in the Entity column, specify Properties and in the Type column, specify Minimum and Maximum.
- Set a display order for each column. The display order determines the sequence in which your columns appear.
- In the Value column, for each row, write short text that serves as the field titles.
Figure 5. Example of a date field in the Form Response Builder worksheet
Figure 6. Example of a Date field output that has the format YYYY/MM/DD
Create a number field - In the Type column, specify Number.
- In the next three rows, in the Entity column, specify Properties and in the Type column, specify Minimum, Maximum, and MultipleOf.
- Set a display order for each column. The display order determines the sequence in which your columns appear.
- In the Value column, for each row, write short text that serves as the field titles
Figure 7. Example of Number field in the Form Response Builder worksheet
Figure 8. Example of Number field output
Create an integer field - In the Type column, specify Integer.
- In the next rows, in the Entity column, specify Properties and in the Type column, specify MultipleOf.
- Set a display order for each column. The display order determines the sequence in which your columns appear.
- In the Value column, for each row, write short text that serves as the field titles
Figure 9. Example of Integer field in the Form Response Builder worksheet
Figure 10. Example of Integer output
Create a whole number field - In the Type column, specify Whole Number.
- In the next three rows, in the Entity column, specify Properties and in the Type column, specify Minimum and MultipleOf.
- Set a display order for each column. The display order determines the sequence in which your columns appear.
- In the Value column, for each row, write short text that serves as the field titles
Figure 11. Example of Whole number field in the Form Response Builder worksheet
Figure 12. Example of Whole number field output
Create a Boolean field - In the Type column, specify Boolean.
- In the next rows, in the Entity column, specify Definitions and in the Type column, specify Option.
- Set a display order for the first row.
- In the Value column, for the first row, write short text that serves as the field title.
- In the Value column, for the definition rows, enter Yes and No values.
Figure 13. Example of Boolean field in the Form Response Builder worksheet
Figure 14. Example of Boolean field output