Dimension (attribute of property)
From JRapid
dimension is an attribute of property.
Contents |
Description
The dimension attribute defines if this property is a default row or column in a crosstab.
Usage
<entity ... crosstab = "crosstab" /> <property name = NAME label = LABEL dimension = "row" | "col" ... > </entity>
Example
See example at crosstab.
