Formulas is a great feature that allows you to calculate an average, custom score, average results, and any advanced calculations, using the data and items from your questionnaire. You can use the /*-+() characteristics to create formulas that use variables like answers or quiz scores to calculate an average, for example.
Formulas are variables that allow you to calculate score, averages, and any advanced calculations that you wish to, later on, use in your survey, final page, email template, or even PDF Report. This feature is built upon piping variables.
The following short video explains how you can combine formulas and custom scoring features.
This guide will teach you:
- How to create a formula
- Test your formula
- Advanced formula calculations
- How can your formula be used
- How to use formulas to calculate averages
1. How to create a formula
1.1 Creating a formula in the software
1.2 Creating formulas outside the software
1.1 Creating a formula in the software
To create your own formula, make sure that your questionnaire is completed and that you have already enabled the custom score. Then head straight to the Extra Options tab and select Formulas in the Custom Scoring section.
Click on the Create formula button and insert all the data. Let's see how you can do that.
- Title: Name your formula. Make it something that will be clear to you, if you want to come back to edit it.
- Variable: You cannot edit the variable but only copy it to use later on in outcomes, email templates, or results. This will actually return the result of the calculation wherever you use the variable.
- The formula: Use the circled symbols to put your formula together or click Variables {x} to access the drop-down menu of questionnaire variables that you can use. For example, you could write:
*|q1_custom_score|**(*|q2_custom_score|*-*|q3_custom_score|*)
1.2 Creating formulas outside the software
Now let's see how to build the formula outside the software.
Click Import formulas to get started.
Select the File you want to upload.
Note that the headers in the CSV file should be:
- Title
- Formula
- Include all survey responses in this formula calculation
- Rounded
- Recalculate formula on report generation (add this header only if you have the Aggregated reports feature)
- Apply predefined filter when requesting report (add this header only if you have the Aggregated reports feature)
Once you upload your file, it should look like this:
2. Test your formula
To test out how your setup will work, just click Test and your calculation will be displayed below based on a previous response.
You need at least ONE response in order for your test to work, as the test will be based on the last response.
3. Advanced formula calculations
If you want to add more advanced calculations, you can use different variables:
- *|q1_custom_score|* - the score value for the specific question the respondent gets (in this case q1).
- *|total_custom_score|* - the value of all custom scores for all questions together (the score of the respondent).
- *|max_possible_custom_score|* - the maximum score for the whole questionnaire.
- *|total_custom_score_percentage|* - the value of the custom score as a percentage compared to the max score.
- *|qb1_custom_score|* - the custom score value for the question block you have created (in this case qb1).
- *|qb1_max_custom_score|* - the maximum total score for one question block.
- *|q1_field1_response|* - the response that is collected on the form field of question 1.
- *|q1_response|*- the response of a question that the answer is numeric (in this case q1).
For advanced users, we recommend Math, a built-in object that has properties and methods for mathematical constants and functions. More information can be found here.
How to insert Math into the formulas in Pointerpro?
From the list of Math calculation options, pick the one you need for your calculation. For example, if you need the platform to automatically return the "max" value for a series of numbers. Copy the the formula from the website like this:
Math.max()
Insert the series of numbers or variables from Pointerpro between the brackets, separated by comma, like the following example:
In this formula, I want the system to automatically return the maximum value among the results of 5 formula calculations. I just need to insert the 5 variables into the brackets an save this formula. In the report builder, I can insert this formula variable to display the returned value directly in the PDF report.
Although it is possible to create advanced formulas using the Math object, the test can only parse numerical values. To test these advanced formulas you would be required to collect a new response for the questionnaire and look at the formula results.
4. How can your formula be used?
After your formulas are created, you can use them in your outcomes, email templates, final screen, intro fields, PDF Reports, and so on. The purpose is to display the data without having to change it in the questionnaire.
As an example we will show how to create (4.1) an outcome that will be displayed based on the value of the formula, (4.2) send an email after survey completion, depending on the result, and (4.3) formulas displaying scores as percentages on the final screen.
4.2 Email template based on formulas
4.3 Formulas to show scores in your final screens
4.1 Outcome-based on formula
After you have created your formulas as described above, click on the Outcomes feature in Extra options. See the Outcomes guide for full details about setting up your Outcome screen. We'll just look at the final part, which is where the Formula function comes in. You'll need to select Show this outcome when a certain condition is met. From the drop-down menu, click Formula.
Now use the drop-down menus that will come up to choose which one you want to use, how it should be used, and what the values should be.
Click Apply and your Outcome is now set to be shown with the right formula value.
4.2 Email template based on formulas
Once you have saved your settings, click on the Email templates feature in Extra options. See the email template guide for full details about setting up your email templates. When you need to specify when to send the email, this is where the Formula function comes in. Just click on the arrow and select Formula.
Now you can choose which formula you want to be used and for which values you want the email to be sent out. Click Apply, and you're all set.
4.3 Formulas to show scores in your final screens
Formulas can also be used together with custom scores to create a final screen or outcome(s) where respondents will see their scores as a percentage for each set of questions. You can simply use the variables (see section 1) to show the results in your outcome screen or final screen.
You can also use the variable *|f_result_ranking_table|* to easily insert a table with results of all the formulas ordered from highest to lowest. The steps are similar to those shown in this video, with setting up custom scores and formulas.
If you re-order or delete a question that has question logic (rules) attached to it, you'll see a pop-up screen that shows the impact of these changes.
5. How to use formulas to calculate averages
If you're on the Enterprise or ReportR plan, you'll see a button underneath the formula box, which you can toggle to include all survey responses in this formula calculation.
Turning on this feature will allow calculations to be made using data from the survey to calculate averages, for example. This allows you to show data in the PDF report for the entire population or from all responses received rather than from just one response.
Formulas with “Include multiple responses” toggle on are only calculated on survey completion.
6. How to use filter on data for formula average calculation
In the previous step, if you turn on the toggle to "Include multiple responses in this formula calculation", by default the formula takes into account all the responses to calculate the average.
If you want to select only certain responses and calculate the average score among these responses, you can "apply filter" for this formula.
For example, if you want to calculate the average score of all the respondents from North America, then you can create a filter for responses that said they are in North America, such as the example below:
You can set up filters based on demographics, teams, or locations etc. to calculate the average scores of different segments.
Formula filters are available on the ReportR and DistributoR plans. You can add custom filters so that the formula is only calculated for respondents who meet certain conditions. Read the full guide about calculating formulas from all responses and using formula filters.
You can also toggle the button "Use rounded numbers" to round the numbers of your results.
If you are using the Aggregated reports feature, then you will see some additional toggle buttons.
Those toggle buttons provide additional options to refine your formulas. More specifically:
- Recalculate Formula on Report Generation: When the report is requested, this setting triggers a recalculation of the formula in the backend. This ensures that responses meeting the filter criteria are accurately accounted for, providing access to the most recent data. This feature is useful when using a formula with a variable that can change over time such as response count. Note that this feature is available on request.
- Apply Predefined Filter When Requesting Report: Enabling this toggle is necessary in order to create predefined filters in your PDF.
If your questionnaire has more than 99 formulas, it may take a while for the PDF to be generated. Therefore, a feature is automatically activated and you have to input the Recipient's email in the final screen so that the respondent will receive the report via the email.
What's next?
- Use question logic to add points to a formula. Use this handy combination to calculate scores, keep a count (for example, how many times a respondent answered "yes" throughout the survey), or show different outcome screens for different formula results.
Add the Formula KPI widget to display the results of the formulas that you have just set up. You can use this widget to have a quick visual representation of your formulas. KPI stands for key performance indicator, a quantifiable measure of performance over time for a specific objective.
Add the Formula Ranking widget to display the results of selected formulas ranked from lowest score to highest score or highest to lowest. The result of each formula that you choose to show will be displayed together with explanatory text one below the other.