Dashboard

<< Click to Display Table of Contents >>

Current:  System Integration > URL 

Dashboard

Previous pageReturn to chapter overviewNext page

Create Dashboard

Supported version: 7.13 and later

 

Enter URL in the browser:http://ip:port/bi/Viewer?proc=0&action=editor&createNewDb=true And when passing the correct parameters, the new dashboard interface under the production report will open. As shown in the following figure:

url13

 

Open the dashboard folder

Supported version: 7.0 and later

Enter URL in the browser:http://ip:port/bi/Viewer?proc=0&action=viewerManager&keepFolder=false&dbf=Demos!20!for!20!Industries When the correct parameters are passed, the interface for the dashboard folder under the view dashboard, such as :  Demos for Industries . As shown in the following figure:

url14

Parameters (the parameters in the following table are variable parameters, the other parameters in the url are fixed values)

Parameter

Type

Whether must

Describe

dbf

string

must

The path to the dashboard folder. such as"行业案例"

 

Open the dashboard

Supported version: 7.0 and later

Enter URL in the browser:http://ip:port/bi/Viewer?proc=1&action=viewer&hback=true&db=Typical!20!Function!20!Examples!2f!Chart.db When the correct parameters are passed, the dashboard interface under the view dashboard opens,such as:Typical Function Examples/Chart.db。As shown in the following figure: 

url15

Parameters (the parameters in the following table are variable parameters, the other parameters in the url are fixed values)

Parameter

Type

Whether must

Describe

db

string

must

Full path to the dashboard .such as"Typical Function Examples/Chart.db"

Other parameters

 

 

All parameters in this HTTP request are added to the dashboard as dashboard parameters except those in the exclude parameters list.

Exclude parameter list:proc, action, fitSize, fitWidth, db, resource, serverURL

A partition !a!  can be used for multivalued ,such as:deptno=10!a!20。For the parameter format, please refer to the appendix parameter format。

 

Output dashboard

Supported version: 7.0 and later

Enter URL in the browser:http://ip:port/bi/Viewerproc=1&action=viewer&export=excel&hback=true&db=Typical!20!Function!20!Examples!2f!Chart.db When the correct parameters are passed, the developed dashboard is output to a file, and the browser is prompted to download the file,such as:Typical Function Examples/Chart.db . As shown in the following figure:

 

url16

Parameters (the parameters in the following table are variable parameters, the other parameters in the url are fixed values)

Parameter

Type

Whether must

Describe

db

string

must

The complete path of the dashboard. such as"Typical Function Examples/Chart.db"

export

string

must

Output file type. The optional values are as follows:

Parameter Value

Output File Type

pdf

pdf

excel

excel

csv

zip(Compressed packages for multiple csv files)

word

word

image

Images in png format

Other parameters

 

 

Parameters passed to the dashboard, this time HTTP requests that all parameters are added to the dashboard as dashboard parameters.

A partition !a!  can be used for multivalued ,such as:deptno=10!a!20。For the parameter format, please refer to the appendix parameter format。