<sasads:MDModel>
Generates the appropriate tags to represent a model for manipulating multidimensional data
Syntax
<sasads:MDModel
[application="java.lang.String"]
[connection="java.lang.String"]
[connectionObject="com.sas.rmi.Connection"]
[coordinatorEnabled="false|true"]
[database="java.lang.String"]
[id="value"]
[instantiate="true|false"]
[locale="java.util.Locale"]
[metabase="java.lang.String"]
[ref="java.lang.String"]
[scope="java.lang.String"]
[statisticLabelHidden="true|false"]
[verifyEnabled="false|true"]>
[<sasads:MDRowAxis ...>
[One or more row axis on separate lines]
</sasads:MDRowAxis>]
[<sasads:MDColumnAxis ...>
[One or more column axis on separate lines]
</sasads:MDColumnAxis>]
[<sasads:MDTotal .../>]
[<sasads:MDSubset ...>
[One or more subset levels on separate lines]
</sasads:MDSubset>]
[<sasads:MDMeasure .../>]
[<sasads:MDSortByLevel .../>]
[Additional <sasads:MDTotal>, <sasads:MDSubset>, <sasads:MDMeasure>, <sasads:MDSortByLevel> tags...]
</sasads:MDModel>
Attributes
application | name of the application. |
|---|---|
connection | |
connectionObject | |
coordinatorEnabled | if true enables the coordinating of multiple models with like metabase and database (mddb). This is false by default. |
database | name of the table |
id | Case-sensitive name used to identify the object instance. |
instantiate | |
locale | |
metabase | name of the metabase |
ref | |
scope | |
statisticLabelHidden | if set to false the statistic labels are hidden |
verifyEnabled | if true will then extended verification occurs on the server. This value is set to false by default. |
More Information
To view the documentation for the related InformationBean, see com.sas.sasserver.mdtable.MultidimensionalTableV3Interface.
If you need to subclass the tag handler class for the sasads:MDModel tag, extend com.sas.taglib.sasserver.mdtable.MDModelTag.