MicroStrategy ONE
WebDatamartTable
A WebDatamartTable object represents the actual database table to which report data would be written. It is associated with and can be accessed from the WebDatamart interface. The WebDatamartTable interface exposes methods that let you define various data mart-related properties, including the name of the table.
The WebDatamartTable interface includes the following methods:
-
getName():java.lang.String
Returns the name of the data mart table.
-
isNamePlaceHolder():boolean
Indicates whether the name of the data mart table has macros that need to be replaced during report execution.
-
setName(java.lang.String name, boolean containsPlaceholder):void
Sets the name of the data mart table and indicates whether there are macros in the table name that should be replaced during report execution.
-
getAppendToTable():boolean
Returns the value of the property that specifies whether the results of report execution should be appended to the existing table (defined by the data mart table name) or a new table should be created. (If 'true', append results to existing table. If 'false', create a new table.)
-
setAppendToTable(boolean append):void
Sets the property that indicates whether the results of report execution should be appended to the table (defined by the data mart table name) or a new table should be created.