Products | Versions |
---|---|
Spotfire Developer | All Versions |
A configuration block configures the initial state of an analysis. It has two sections: a list of parameter assignments and a list of configuration statements.
Parameterizing an analysis means to inject parameters into the process of opening the file, and optionally configure the analysis further before it becomes interactive to the user. Both actions are defined in a configuration block.
A configuration block is a script-like piece of text. In the following example, the first two lines are parameter assignments, the following lines are configuration statements:
The above example only shows how to configure a configuration block with one filter. In order to configure a configuration block with more than one filter setting, the multiple SetFilter() calls can be separated by a semi-colon (;).
Here is the syntax and an example on how to configure a configuration block URL which has more than one filter setting: