Lines Matching full:row
24 row has a unique key field.
39 # Set calc fields (within a row, a certain field can be derived from other fields in the row.
76 row_key_field_name The name of the row key field (e.g. boot_type, team_name, etc.)
82 # The row key field uniquely identifies the row.
119 row which are to be calculated
124 which shows which field on a given row is
125 derived from other fields in the same row.
132 Add a row to the tally sheet.
145 # If we allow this, the row values get re-initialized.
158 Update a field in a row with the specified value.
161 row_key A unique key value that identifies the row to
163 field_key The key that identifies which field in the row
165 value The value to set into the specified row/field.
172 Increment the value of the specified field in the specified row.
176 row_key A unique key value that identifies the row to
178 field_key The key that identifies which field in the row
186 Decrement the value of the specified field in the specified row.
191 row_key A unique key value that identifies the row to
193 field_key The key that identifies which field in the row
201 Calculate totals and row calc fields. Also, return totals_line dictionary.