Column: Questionnaire status

From Catglobe Wiki
Jump to: navigation, search



Column: Questionnaire status

Column

Questionnaire status

Source

The status of the returned questionnaire resource

Automatically given column name

QStatus

Column type

Number

Resource types that use it

Questionnaire

How axis set information is built

Status for questionnaires is a fixed enumeration so the value is always the same. The axis set generated will look like below:

Axis text: "Status"
Math base: "QStatus"
Pct base: "QStatus!=empty"

Option 1: Name="Closed"; Value="QStatus==1"
Option 2: Name="Paused"; Value="QStatus==2"
Option 3: Name="Open"; Value="QStatus==3"
Option 4: Name="Open for test"; Value="QStatus==4"

Comment

N/A