data stores defined for the report, all data stores are global Constructs a data store from the result of a V5 query. For bursting purposes only, this could be a detail of the bursting master query. Represents a nesting level in the edge Represents an item that makes up the level, these items are unioned to make up the level. Determines whether the server should generate and package an image into the Active Report and return the image URL as the column value. The default measure for the query. This allows queries that do not have measures for the fact edge to resolve to a value. Constructs a data store from the result of a list style V5 query. For bursting purposes only, this could be a detail of the bursting master query. dsColumnType will determine whether the resulting column in the data store is indexed or a value. The default is to let the server determine it based on the data. dataFormat only applies to indexed columns and decimal only applies to numeric columns. Determines whether the server should generate and package an image into the Active Report and return the image URL as the column value. Contains the JSON that represents a dataStore. This will be useful to convert existing MHT to standalone report specs that do not require the model/database connections. Load the data store from a URL. This could be loaded server or client side. This is for future use, so do not implement for now. Specifies what columns should be projected into the resulting datastore. Use rollupMethod to indicate whether a column should be grouped or rolled up If the rollupMethod attribute is set, then this is a value other wise it is categorical Client side data formatting for any values that are associated with this column. If this is a value then its value will be formatted, otherwise any value in context will be. NOTE: Maybe this should be on the vcSlotDsColumn. Specifies the domain of the data being rendered and whether it is discrete(categorical) or scalar(value). This has an affect on what type and the range of axis being rendered in the vizualization. The default if not specified is all possible values for discrete and nothing specified for scalar. Domain will only include values that are used in the visualization The min/max range of the value field generated will the one of - full set of values generated for all details in a master/detail - set of values generate for an individual detail in a master/detail (if there is not master, then master and detail are the same) - set of values that is visible for the user for the viz (in a non AR report, this is the same as detail Ensure that the min/max range generated for this field will always contain 0 Defines a label for the element to be used as the slot label. When not specified the label will be determined from the default labels for the associated data items. When a categorical slot is empty, a single value will be generated for it, this element defines the value to be displayed. When not specified the label will either be empty, or if there is a single value slot, show its label. id for the data set definition in the RAVE spec subtype Indicates the type of the chart e.g. vis.ibm.com.bubblechart When chart data is changed it will automatically suggest the most appropriate chart type. Future: allow drill up/down behavior on a list column subtype Allows for CSS styling only. subtype Allows for CSS styling only. subtype subtype subtype Allows for CSS styling only. How to set parameterrs when a value is selected How the rows should be sorted in the data store Future use: define filter through a javascript boolean expression. Access data through DataStore interface. e.g. DataStore.Value("ProductLine"), DataStore.ValueIn("ProductLine", ["Camping Equipment", "Golf Equipement"]). Parameters are like V5? e.g. ?Param1? If filter is parameterized, the filterInValues are ignored. does not support parameter. Use dsFilterCompare instead