TrendingDetailsGroupColumn Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the column used to define groups for which you want to identify trends
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Field GroupColumn { get; set; }
Public Property GroupColumn As Field
Get
Set
public:
virtual property Field^ GroupColumn {
Field^ get () sealed;
void set (Field^ value) sealed;
}
function get_GroupColumn();
function set_GroupColumn(value);
Property Value
Type:
FieldThe column used to define groups for which you want to identify trends
Return Value
Type:
FieldThe column used to define groups for which you want to identify trends
Remarks See Also