Click or drag to resize
CalculatedColumn Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The CalculatedColumn type exposes the following members.

Properties
  Name Description
Public property ChildColumns
Gets a list of calculated columns that have a dependancy on this calculated column
Public property Clone
Gets cloned copy of this object.
Public property ColumnName
Gets and sets the name of the calculated column.
Public property DependantColumns
Gets an array of column names that this calculated column is dependant on.
Public property DependantColumnSummaryType
Gets and sets the summary type to be used on a dependant column if this column is calculated post summary.
Public property DependantDashboardObjects
Gets an array of dashboard objects that are dependant on this calculated column.
Public property Expression
Gets and sets the expression used to calculate the calculated column.
Public property Guid
Gets a Guid that uniquely identifies this CalculatedColumn.
Public property ID
Gets a String that uniquely identifies this CalculatedColumn.
Public property IsDateTime
Gets and sets a value that indicates whether this calculated column is a date time (as opposed to date) column.
Public property IsPopulating
Gets a property that indicates if the values for this calculated column are currently being populated in the related datatable.
Public property Modified
Gets a property that indicates if the calculated column has been modified since it was last applied to the dataset.
Public property ObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public property Parent
Gets and sets a CalculatedColumns object that represents the parent of this object.
Public property ParentDataset
Gets and sets the name of the dataset this calculated column will be added to.
Public property SourceExpression
Gets and sets the source expression (before any filter parameters have been replaced with their values)
Public property SuppressDashboardEvent
Gets and sets a property that determines if the event raised when populated should be supressed
Public property SyntaxMessage
Gets a string that gives feedback on the syntax of the expression.
Public property Type
Gets and sets the type of the calculated column.
Public property UpdatingFilterObjectIDs
Gets a list of the IDs of any filter object that updates this calculated column
Public property UpdatingFilterObjects
Gets a list of filter parameters that update this calculated column
Public property ValidExpression
Gets a value that indicates whether the syntax of the expression is correct.
Top
See Also