[CS2] Row Template Variables
Row variables represent each row in a dataset.
row.quantity | The value of quantity column in the row. |
row.name | The value of the name column in the row. |
row.$enumerations | The count of enumerators in this row if enumerations are enabled in the dataset. |
row.$enumerationIndex | The position of this enumeration in the list of all enumerations ( # of XXX) |
row.$index | The position of this row in the dataset. |
row. column | The value of any particular column that you may create in the dataset. |
Note that column above is not the name of any column, but rather a placeholder representing any columns you actually create.