Page History
&<img src="../resources/images/opentocr.png" title="Open Contents list" border="0"&>
You are here:
...
Field Name
ACTIVE (Alpha 1)
Description
How to visualize a field as a Check Box in a grid.
Uses
This Visualization type is useful for a Field that is used as a Boolean(TRUE\FALSE).
Details
1. Through the Field Component source add a Picklist visualization ( PRIM_EVPL ) and a Picklist. Note that these are separate classes in the Field source. Add PicklistItems for Male and Female to the Picklist. Save the field.
2. Create a grid component. From the fields tab add the ACTIVE field to the grid as a column. Set the following properties on the column.
...
- Checkbox Unchecked = First picklist item value
- CheckBox Checked = Last PicklistItem value
- CheckBox grayed = Any picklistItem between first and last or an invalid value. (eg Changing the value of the field to a value that is not the first or last item in the picklist will result in the checkbox being grayed.)
...