PersistentDataView Properties TIBCO Spotfire 7.6 API Reference

The PersistentDataView type exposes the following members.

Properties

  Name Description
Public property BaseSelectionReference
Gets or sets the selection that this view is based on. This selection defines which rows of the base table should be included when calculating the values. May be null.
Public property BaseTableReference
Gets or sets the table that the view is based on.
Public property ColumnExpressions
Gets or sets the column expressions. This is the same expression syntax as calculated columns. See the ColumnExpression class for utility methods in handling expressions.
Public property Context
Gets the context of this node.
(Inherited from DocumentNode.)
Public property DataView
Gets the data view that is calculated from the other parameters.
Public property GroupByColumns
Gets or sets columns which are grouped by. The list may be empty. The columns has to be part of the baseTable/>.
Public property IsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public property MarkingCombinationMethod
Gets or sets a value indicating how the data marking selections shall be combined to limit the data show by the visualization.
Public property Name
Gets or sets the name of the view.
Public property SortBy
Gets or sets a list of column aliases combined with sort order to sort by. The column aliases has to match aliases of the ColumnExpressions in this view. The list may not be null, and is not mutable so you cannot modify the returned list. If no sort by configuration is provided the view will be sorted by the group by columns.
Public property Transactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Top
See Also

Reference