Column: Parameter

From Catglobe Wiki
Jump to: navigation, search



Column: Parameter

Column

Parameter

Source

Depending on which parameter is selected for the column; it is the parameter option chosen for this parameter for the returned resource.

Automatically given column name

(Name of parameter in logged in user language)

Column type

Number

Resource types that use it

Company, Folder, Group, Product, Project, Questionnaire, Report, Task, Test case, User

How axis set information is built

We will save the id of the parameter option chosen. So when making the axis for the parameter, the system will make each parameter option of the parameter into an axis option of the axis. Similarly it will use the parameter name to specify the axis name.

The axis generated for this column will look something like below:

Axis text: "{parameter_name}"
Math base: "{parameter_id}"
Pct base: "{parameter_id}!=empty"

Option 1: Name="Choice1"; Value="{parameter_id}==123"
Option 2: Name="Choice2"; Value="{parameter_id}==124"
Option n: Name="..."; Value="{parameter_id}==..."

Comment

N/A