ReshapeItemDescription ---------------------- Descripbes a new variable created by reshaping a dataset from wide to long or vice versa. Properties ~~~~~~~~~~ .. csv-table:: :header: "Name","Type","","Description" :widths: 15,10,5,100 "TargetVariableName","`string `_","0..1","Name of new variable created by this command." "TargetVariableLabel","`string `_","0..1","Label for new variable created by this command." "SourceVariables",":doc:`/composite-types/VariableReferenceBase/index`","0..1","Source variables in the original dataset used to create this variable." "Stub","`string `_","0..1","The stub is a string used in the names of variables in the wide dataset." "IndexValues",":doc:`/composite-types/ExpressionBase/index`","0..1","A list of values that produce new rows (long) or columns (wide) for this variable." "IndexVariableName","`string `_","0..1","Name of the variable that will contain the value of the index for this row." "IndexVariableLabel","`string `_","0..1","Label for the variable in IndexVariableName." Relationships ~~~~~~~~~~~~~ The following identified item types reference this type. .. container:: image |stub| .. |stub| image:: ../../images/ReshapeItemDescription.svg