Column: Property (type boolean)

From Catglobe Wiki
Jump to: navigation, search



Column: Property (type boolean)

Column

Property (type boolean)

Source

Depending on which constant/property is selected for the column; it is the true/false setting chosen for this constant/property for the returned resource.

Automatically given column name

Name of property by its label name

Column type

Boolean

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

Since this is a boolean column, then the possible values that can exist in this column are only 0 and 1, which corresponds to "False" and "True". It is therefore easy to create the axis since we have a limited well defined number of outcomes.

The axis generated for this column will look like below:

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

Option 1: Name="False"; Value="{Property_Id}=!Completed"
Option 2: Name="True"; Value="{Property_Id}==Completed"

Comment

N/A