Siebel Analytics Web Administration Guide > Working with Data and Managing the Web Catalog Using Siebel Analytics Web SOAP API > Description of Structures in the Siebel Analytics Web SOAP API >
Variable Structure
The Variable structure references a variable in the report and replaces it with another variable. This structure is common to all services in the Siebel Analytics Web SOAP API. Table 41 lists the fields in this structure.
Table 41. Variable Structure Fields
|
|
String name |
A character string that contains the name of the variable to replace. |
String valueXml |
The data type of the new variable, such as String, int, or boolean, or an Expression structure. |
String value |
The XML representation of the new variable, encoded as a character string. NOTE: If name or valueXml is populated, this field must be null.
|
|