Which two layers of a map chart visualization allow data marking?
Choose 2 answers
Data marking is the process of selecting items or rows in a visualization to view details or manipulate them. In a map chart visualization, data marking can be applied to two layers: the marker layer and the feature layer. The marker layer displays data points as markers or pies on the map, and the feature layer displays geographic features such as countries, regions, or states. Both layers allow data marking by clicking or dragging on the map, or by using axis marking on the scale labels. The map layer, the theme layer, and the image layer do not support data marking, as they are used to display the background map, the color scheme, and the custom images respectively.Reference:
Explanation of marking and how it is displayed in visualizations in TIBCO Spotfire2
Map Chart Properties -- Data -- Map with Markers or Pies3
Which three of the following are types of input or output parameters for a data function?
Choose 3 answers
Column: A column parameter represents a single column of data from a data table. A column parameter can be used as input to provide a vector of values to the data function, or as output to create a new column in the data table or overwrite an existing column. A column parameter can have a data type such as real, integer, string, or boolean.
Document property: A document property parameter represents a value that is stored in the analysis document and can be used to control various aspects of the analysis, such as filters, markings, colors, etc. A document property parameter can be used as input to provide a scalar value to the data function, or as output to create a new document property or overwrite an existing document property. A document property parameter can have a data type such as real, integer, string, boolean, date, or time.
Value: A value parameter represents a scalar value that is entered by the user or calculated by the data function. A value parameter can be used as input to provide a constant or variable value to the data function, or as output to return a single value from the data function. A value parameter can have a data type such as real, integer, string, boolean, date, or time.
The other options, column property, table, and visualization, are not valid types of input or output parameters for a data function.Reference:
Details on Data Functions -- Parameters
Configuring Data Function Parameters
How to select/deselect inputs/outputs/parameters in Statistica Data Function for Spotfire
How to pass input from Spotfire to Statistica Data Function?
Which namespace contains classes used to interact with visualizations in a document?