Computed variables

Computed variables

Calculate variables are used for calculating indexes or variables based on a respondents answer to multiple questions.

The variables are set for each survey, and can be reused in all reports using this survey.

You find the computed variables by navigating to the respective survey and click the "Computed variables" button in bottom left corner



There are currently two types of computed variables that can be used.

  1. Average: Creates an average of all questions for all respondents in report scope
  2. Sum: Creates a sum of all questions for all respondents in report scope


How it works
Behind the scenes, the calculated variables are created per respondent. So where there is a variables consisting of 4 questions, the score will first be calculated for respondent. Further, if there is a chart showing the value for a project and/or organization node, it will make an average of the average.

The variables will only be calculated for a respondent if all questions have an answer. If not all answers are available, no score will be created for a given respondent


    • Related Articles

    • Survey variables

      To embed variables in survey related to project, survey and respondent, the following can be used Respondent related: Respondent name: ${respondent_name} Respondent node: ${respondent_node_name} Respondent email: ${respondent_email} Respondents ...
    • Javascript (JS) question type variables

      In the Javascript component, you can use the variables presented below to customize content: {{respondentName}} - Respondent Name {{respondentEmail}} - Respondent E-mail {{respondentNode}} - respondent node {{timesOpenedSurvey}}- How many times ...
    • Report variables

      High level of technical difficulty In the report it is possible to refer to average values of a question or variable within texts. This has the following format: {{seriesID.questionID}} Example ...