Column: Property (type multi)

From Catglobe Wiki
Jump to: navigation, search



Column: Property (type multi)

Column

Property (type multi)

Source

Depending on which constant/property is selected for the column; it is the option(s) chosen for this constant/property for the returned resource.

Automatically given column name

Name of property by its label name

Column type

Integer array

Resource types that use it

User, Group, Project, Folder, Product, Task, Test case, Report, Questionnaire, Questionnaire Template, Bulk mail

How axis set information is built

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

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

Axis text: "{Propery_name}"
Math base: "{Property_Id}"
Pct base: "{Property_Id}!=empty"

Option 1: Name="Choice1"; Value="{Property_Id}==1"
Option 2: Name="Choice2"; Value="{Property_Id}==2"
Option n: Name="..."; Value="{Property_Id}==..."

Comment

N/A