The complementary property of dbAggregate defining the export format of Cols and Rows.

dbQP Abbr: aet
Version: Gold

Namespace:  Tornado
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
KeywordDescription
[[C?]]Macro of Column ? aggregate value
[[R?]]Macro of Row ? aggregate value

Remarks

A good application of these exported values is - Charting.

Examples

CopyVB.NET
Obj.dbAggregateExportTemplate = "[[C1]],[[C2]],[[C3]],[[C4]],[[C5]]"

See Also