Campos de fórmula
About Formula Fields
Formulas are a type of custom field that allow you to calculate math operations with survey data. Once created, formulas will apply to existing data and be calculated for incoming data. This makes formulas a great alternative to embedded data. Once created, formulas can be used in data analysis and reporting the same way you’d use other numeric survey data.
This support page covers how to create a new formula. For information on making changes to an existing formula, see Editing Custom Fields.
Criar uma fórmula
- Vá para a guia Dados & Análise.
- Selecione Editor de campos.
- Selecione Criar campo.
- Selecione Fórmula na parte superior.
- Name your formula.
- Type your equation in the box. A marca de seleção verde à esquerda da caixa se tornará um sinal de advertência vermelho se sua equação não fizer sentido.
Qtip: Every formula starts with x and y, but you can add new variables by typing new letters into the box, and remove variables by deleting the corresponding letter from the formula box.
- Defina x e y como uma pergunta, metadados de pesquisa ou dados integrados.
- Decide whether you want to ignore missing values, or Treat empty values as 0.
- When finished, click Create Field.
- Clique em Revisar e publicar para salvar suas alterações.
- Clique em Publicar suas alterações.
Utilização da sintaxe correta
Uma fórmula deve fazer sentido antes de poder ser adicionada aos seus dados. A warning icon will appear if the formula doesn’t make sense, and you won’t be able to save your changes until it’s corrected. Here are a few recommendations:
- Lembre-se sempre de fechar parênteses. ( x + y ) funcionará, mas x + y ) não funcionará.
- Números, variáveis de uma letra única e os símbolos listados na tabela abaixo são compatíveis com fórmulas. No entanto, letras combinadas, como xy, não são. Em vez disso, utilize x * y.
- O espaçamento não tem impacto na eficácia de uma fórmula. x/(y^2) e x / ( y ^ 2 ) funcionarão da mesma forma.
Operações disponíveis
Operação matemática | Símbolo | Exemplo |
Adição | + | x + y |
Subtração | – | x – y |
Multiplicação | * | x * y |
Divisão | / | x / y |
Potências (x^2) | ^ | x ^ y |
Valores absolutos | abs( ) | abs(x) |
Teto | ceil( ) | ceil(x) |
Andar | floor( ) | floor(x) |
Fields You Can Use in Formulas
Not all survey information can be used in a formula. Compatible items must finite in nature, or be set to accept numeric values. Isso inclui:
- Questions with multiple choices. Make sure to recode values as intended.
- Questions set to numeric-only answers, such as sliders and constant sum questions.
- Text entry questions set to numeric validation.
- Embedded data set as number or number set types.
- Numeric survey metadata, such as response type, progress, duration (in seconds), and finished status.
- Numeric manual fields.
Projects Where Formulas Can Be Created
Depending on your license, you may have access to several different types of projects that have a Data & Analysis tab. As opções descritas nesta página estão disponíveis em:
- Projetos de pesquisa
- Soluções XM
- Projetos de dados importados
- 360 projetos
Qdica: consulte Criando novos campos (360) para obter mais detalhes.
- Conjoint / MaxDiff
Qtip: While you can build formulas from Conjoint and MaxDiff-specific fields, the data may not make sense and cannot be recoded. We recommend only building formulas from survey fields.
- Dashboards CX
Embora a funcionalidade esteja tecnicamente disponível, não recomendamos o uso desses campos personalizados com outros tipos de projetos de Employee Experience. Consulte Criar novos campos (EX) para mais detalhes.