Type to start searching...

Group

Properties
ascending : boolean

Direction on which to order items in the group.

class : identifier

Class on which to base the group or sub-groups without their classes set.

If a class is set on a sub-group, a form of a sub-report can be created.
Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

description : string

Description of the Report Layout.

distinct : boolean

Display distinct items.

having : string

A limiting having clause for the group query.

name : identifier

Uniquely identifies the Report Layout.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

style : string

Style of the Report Layout.

value : identifierList

An association path on which to group.

If the path ends on a non-primitive, the grouping is done on object indentifier. If the value is blank, the grouping is done on the main classes object indentifier.
Valid values based on“token”.
(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*\s+)*(:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*)?

Each element in the list must begin with a letter or underscore. Elements are space delimited.

where : string

A limiting where clause which applies to the last non-primitive in the association path of value.

If the value is blank, the where clause applies to the main class.
Content
Parents
  • Group
  • Report - A report build using the NexJ Reporting Engine