SeparatingElementSpec

SeparatingElementSpec

Superclass
GroupedElementSpec

Subclasses
none

Referenced By
SeparatingCompositeElementSpec

This is a class that performs splits based on another query and returns a set of values.
Spec: #(className queryName sumFormula constraint separatingField separatingQueryName
isGrouped)

Example:
QueryDataManager instance save:
(ReportElementSpecs new
application: 'aurora';
editorName: #periodCostsValues;
elementName: 'depExpensesSummarySERVActual';
spec: #(#SeparatingElementSpec 'depExpensesSubCategorySectionSummaryQuerySERV' 'actual' nil
'section' 'sections' false) printString).


Instance Variables:
isGrouped <Object> description of isGrouped
separatingField <Object> description of separatingField
separatingQueryName <Object> description of separatingQueryName

Contacts