create a related global list-of-values in FM10
The logic is to have the various list-of-values (or combo-values) in a related global table.
- in global table: create the table that will hold the values -i.e. ‘city’
- in related table: add an ‘unrelated’ relationship from global of the new ‘city’ table
- from layout to be used:
– Manage > Value Lists… > New… > Use values from field > Specify field…
– find the newly added global table from the list
– select the name/description of the lov - add a field to layout and set the field to use ‘Radio button set’
- select ‘Display values from’ and select the newly created Value List
- finally select in which field the values should be stored
Comments