BackPrevious Page Next PageNext

Accessing Visual Analysis

Creating a new visual analysis session

Opening an existing analysis template

All the properties are encapsulated as JSON (JavaScript Object Notation) objects. It will help if you obtain some knowledge on JSON to understand the syntax more clearly.

Creating a new visual analysis session

Parameters

Examples

Opening an existing analysis template

Parameter

"name":"/SampleReports/VisualComponent 1.va", // The analysis template file name with its full path. The path could be a disk path or a server resource tree path. For the latter, it could be either in the My Reports folder (/USERFOLDERPATH/admin/) or in the Public Reports folder (/).
"ver":"-1", // Optional: The version number of the analysis template. -1 means the latest version.
"real":"false", // Optional. Value: true/false. true means the resource path is a real disk path and false means a server resource tree path. When it is a real path, "real":"true" must be specified.
DataSource: {

"catalog":{"name":"/SampleReports/SampleReports.cat","ver":"-1","real":"false"}, // A ResourceDef object to describe a catalog.
"ds:"Data Source 1", // Data source name.
"query":"Query1", // Query name.
"bv":"WorldWideSalesBV" // Business view name.

}

}

]

}

Example

BackPrevious Page Next PageNext