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:

  • 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.