UnpivotTransformation Properties TIBCO Spotfire 6.0 API Reference
The UnpivotTransformation type exposes the following members.
Properties

  NameDescription
Public propertyCategoryName
Name of the category column for merged column names.
Public propertyCategoryType
Datatype of category column.
Public propertyIdentityColumns
Identity columns are passed through and repeated for each unpivoted value.
Public propertyLoadReport
Gets the PartialDataLoadReport that can be used to report errors during connection.
(Inherited from DataTransformation.)
Public propertyName
Gets the display name of the transformation.
(Inherited from DataTransformation.)
Public propertyRemoveNull
Property that defines if null values shall be removed or not.
Public propertyResultName
Name of the result column holding the merged value column data.
Public propertyResultType
Datatype of result column.
Public propertyTypeId
Gets the type identifier for the data source.
(Inherited from DataTransformation.)
Public propertyValueColumns
Value Column data are merged into one result column of data.
Column names are merged into a category column.
Back to Top
See Also