ChartOfAccountsExtDimensionTypes.<Chart of Accounts name>.GroupBy
Syntax:
Parameters:
<GroupingColumns> (required)
The names of columns (separated by commas), by which you want to group table box lines.
<TotalingColumns> (optional)
The names of columns (separated by commas), by which you want to sum values of table box lines.
Description:
Important: Both column lists must cover all of the tabular section. Column lists must not overlap.
Availability:
Note:
The method can be used only when the tabular section is obtained from an object's property. If the tabular section is obtained from a reference property (or selection property), using this method would cause a runtime error.
Example:
Content.GroupBy("Nomenclaturee", "Count, Sum, Total"); |