The complementary property of dbAggregate defining the export format of Cols and Rows.
dbQP Abbr: aet
Version: Gold
Namespace:
TornadoVersion: Gold
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbAggregateExportTemplate { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbAggregateExportTemplate As String |
Field Value
Obj.dbAggregateExportTemplate = Column[[C]] and Row[[R]] format string| Keyword | Description |
|---|---|
| [[C?]] | Macro of Column ? aggregate value |
| [[R?]] | Macro of Row ? aggregate value |
Remarks
A good application of these exported values is - Charting.
Examples
Obj.dbAggregateExportTemplate = "[[C1]],[[C2]],[[C3]],[[C4]],[[C5]]"