URL Parameters for emxChart.jsp

This table lists the parameters that you can use with emxChart.jsp. You can add these parameters to the href parameter for the component that calls the chart.

If the ENOVIA Live Collaboration Server is installed on a UNIX or Linux system that does not have the X-Windows server installed, for example a system that does not have a display, you will need X-Windows if you want to use charts in an application. For details, see "Using a UNIX ENOVIA Live Collaboration Server without a Monitor" in the Live Collaboration Server Installation Guide.

Parameter Description Accepted Input Values

table

Assigned to a table administrative object to be used for presenting this chart page.

table=SCSBuyerDesk

table=ENCParts

chartType

The type of the chart to be drawn.

BarChart

StackBarChart

PieChart

LineChart

chartTitle

The title for the chart.

 

draw3D

Indicates whether the chart is drawn in 3D or not.

true--Draws the chart in 3D

false--Draws the chart in normal mode (default)

header

Header to display on top of the chart.

emxFramework.Chart.header

inquiry

Assigned to one inquiry administrative object name. The inquiry will be used to get the objects used to draw the chart.

inquiry=SCSBuyerDesk

inquiry=ENCAllParts

program

Used only when there is no inquiry parameter passed to emxChart.jsp.

This parameter is used as an alternative approach to the inquiry object approach. This program approach uses the JPO program object to get the object list to be displayed in the table.

This parameter is assigned to one set of values that will form a JPO program name and the method name. The format of the parameter value is:

program=<JPO program name>:<JPO method name>

The program name and the method name are separated by a colon ":".

The parameter value may have one or more sets of values separated by comma ",".

The first set of values (JPO name and method name) are used to get the object list when loading first. All programs are associated with the table filter in the header.

If there is only one program value, the filter in the header will not be shown.

program=emxTableBuyerDesk:getBuyerDesk

XAxis

Table column name to be used as the x-axis for bar charts or stacked bar charts.

Table column name to be used as the "slice" label for pie charts.

Table column name to be used as the line label for line charts.

This should be a non-numeric column except for line charts.

Count

YAxis

Comma-separated list of numeric column names to be used as the y-axis for bar charts, stacked bar charts, or line charts.

Table column name to be used as the pie data for pie charts.

totalCount

weight

labelDirection

Used for bar charts, stacked bar charts, and line charts to specify whether to display the x-axis in a horizontal or vertical direction.

horizontal - Draws the x-axis label horizontally (default).

vertical - Draws the x-axis label vertically.