Siebel Analytics Web Administration Guide > Integrating Siebel Analytics Web into Corporate Environments Using HTTP > Using the Siebel Analytics Web Go URL to Issue SQL and Pass Filters >

Issuing SQL Using the Siebel Analytics Web Go URL


The Go URL command can be used to issue Siebel Analytics SQL. These forms of the Go URL return tabular results. The basic options from &Style= and &Options= can be used here as well.

To issue Siebel Analytics's simplified SQL, include the escaped SQL as a parameter to the Go URL. For example:

saw.dll?Go&SQL=select+Region,Dollars+from+SupplierSales

where the FROM clause is the name of the Subject Area to query.

Alternatively, the command IssueRawSQL can be used to bypass the Web processing and issue SQL directly against the Analytics Server.

Siebel Analytics Web Administration Guide