The complementary property of dbAggregate defining the export format of Cols and Rows.
Obj.dbAggregateExportTemplate = Column[[C]] and Row[[R]] format string
| Keyword | Description |
|---|---|
| [[C?]] | Macro of Column ? aggregate value |
| [[R?]] | Macro of Row ? aggregate value |
A good application of these exported values is - Charting.
[vb]
Obj.dbAggregateExportTemplate = "[[C1]],[[C2]],[[C3]],[[C4]],[[C5]]"
z Class | Tornado Namespace | dbAggregate