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 >

Referencing a Variable in a Report Using the Variable Structure in the Siebel Analytics Web SOAP API


The Variable structure references a variable in the report and replaces it with another variable.

The Variable structure is common to all services in the Siebel Analytics Web SOAP API.

Fields in the Variable Structure

Field
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, integer, 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 Administration Guide