GroupedElementSpec

GroupedElementSpec

Superclass
BasicElementSpec

Subclasses
SeparatingElementSpec, DatedGroupedElementSpec

Referenced By
SingleEditorValues, ElementSpecsHolder, SeparatingElementSpec

This class groups single element specs so that they could be used for actual and budget
groups.
Spec: #(className queryName sumFormula constraint)
Example:
QueryDataManager instance save:
(ReportElementSpecs new
application: 'aurora';
editorName: #periodCostsValues;
elementName: 'labor-vcos';
spec: '#(#GroupedElementSpec ''periodCosts'' ''vcos'' #(#select ''sequenceKey'' #(''01''
''02'' ''03'' ''04'' ''05'' ''06'')))'.

Instance Variables:
elementSpecs <Object> description of elementSpecs
queryName <Object> description of queryName

Contacts