Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Column: Questionnaire status

From Catglobe Wiki



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