Siebel Analytics Web Services Guide > 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 25 lists the fields in this structure.

Table 25. Variable Structure Fields
Fields
Description

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.

Siebel Analytics Web Services Guide