The column name of Unit Position must be added in the database as a Virtual Column
before a Unit Position record can be created.
Unit Position Text uniquely identifies a unit position in the Unit Position table
and it is generated by system using the Unit Position Virtual Column and
its value as shown in the example below. So, the Unit Position Text or value of
the Unit Position Virtual Column can not be modified.
|
Unit Position Text |
Unit Position Virtual Column and its value |
Can be From... |
|
Range1|Row2 |
Range = 1 and Row = 2 |
Plant Agronomy Trial |
|
Cage5|Row2 |
Cage = 5 and Row = 2 |
Pig Trial |
|
MaltRun2|Cannister1|Partition1 |
Malt Run = 2, Cannister = 1 and Partition = 1 |
Barley Malting |
|
MillDay3|MillingSequence40 |
Mill Day = 3 and Milling Dequence = 40 |
Wheat Milling |
|
Flask1 |
Flask = 1 |
Hot Water Extraction |
|
Plot_IdA1|Tree1 |
Plot_Id = A1 and Tree 1 |
Forest Research |
In the above example following are the Unit Position Virtual Columns which must
be added in the database before the
Unit Position
Text can be generated.
- Range, Row
- Cage
- MaltRun, Cannister, Partition
- MillDay, MillingSequence
- Flask
- Plot_Id
There are following two ways to add
Unit Position
Text in the database.
- Use Unit Position Setup Form to bulk insert unit position
records using the starting and ending value of the Virtual Column (of the UnitPositionFactor
table).
- Using Import Trial Design. While importing
data, system use the Virtual Column (of the UnitPositionFactor table) and its value
to generate the Unit Position Text as shown above and save them into the database.
Once the
Unit Position Text are saved in
the database, it can be used in the trial design to uniquely identify each trial
unit of a trial design. In the
Trial Unit Main Form,
the
Unit Position Text are displayed
but [ Record > Export >
Export Trial Design
] can be used to view the trial design as it was in the source file.
These are the
Virtual Columns of UnitPositionFactor
table and are used to generate Unit Position Text
that uniquely identifies a record (or row) in the Unit Position Table.
Follow these steps to add a
Virtual Column for UnitPositionFactor Table:
- [ Task > System > Manage Virtual Column and Alias ] to load
Virtual Column Main Form with all the virtual columns in the database.
- [ Record > Add Virtual Column ] to load the
Virtual Column Setup Form.
- Enter name, caption, description of the Virtual Column
- Select UnitPositionFactor for
Table Name of Virtual Column.
- Select Data Type of Virtual Column.
Integer is strongly recommended.
- Enter a value between 1 and 32 for the
Text size of the Virtual Column value.
- Leave the Unit of the virtual
column blank (empty).
- Must uncheck checkbox for Can
have Null Value?.
- Check the Tickbox to
add validation rule for all the Sub-systems.
- Then click on [ Save and Exit ].