<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

applicationname of the application.
connection
connectionObject
coordinatorEnabledif true enables the coordinating of multiple models with like metabase and database (mddb). This is false by default.
databasename of the table
idCase-sensitive name used to identify the object instance.
instantiate
locale
metabasename of the metabase
ref
scope
statisticLabelHiddenif set to false the statistic labels are hidden
verifyEnabledif 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.