Formula Fields
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.
Crear una fórmula
- Vaya a la pestaña Datos y análisis.
- Seleccione Editor de campo.
- Seleccione Crear campo.
- Seleccione Fórmula en la parte superior.
- Name your formula.
- Type your equation in the box. La marca de verificación verde a la izquierda de la casilla se convertirá en una señal de advertencia roja si su ecuación no tiene 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.
- Establezca x e y como iguales a una pregunta, metadatos de encuesta o datos embebidos.
- Decide whether you want to ignore missing values, or Treat empty values as 0.
- When finished, click Create Field.
- Haga clic en Revisar y publicar para guardar los cambios.
- Haga clic en Publicar sus modificaciones.
Uso de la sintaxis correcta
Una fórmula debe tener sentido antes de poder añadirla a sus datos. 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:
- Recuerde siempre cerrar los paréntesis. ( x + y ) funcionará, pero x + y ) no.
- Los números, las variables de una sola letra y los símbolos enumerados en la tabla siguiente son compatibles con las fórmulas. Sin embargo, las letras combinadas, como xy, no lo son. En su lugar, utilice x * y.
- El espaciado no tiene impacto en la eficacia de una fórmula. x/(y^2) y x / ( y ^ 2 ) funcionarán de la misma manera.
Operaciones disponibles
Operación matemática | Símbolo | Ejemplo |
Suma | + | x + y |
Resta | – | x – y |
Multiplicación | * | x * y |
División | / | x / y |
Poderes (x^2) | ^ | x ^ y |
Valores absolutos | abs( ) | abs(x) |
Límite superior | ceil( ) | ceil(x) |
Planta | 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. Esto incluye:
- 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. Las opciones que figuran en esta página están disponibles en:
- Proyectos de encuesta
- Soluciones XM
- Proyectos de datos importados
- Proyectos 360
Consejo Q: Consulte Creación de campos nuevos (360) para obtener más información.
- 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.
- Tableros de CX
Aunque la funcionalidad está técnicamente disponible, no recomendamos utilizar estos campos personalizados con otros tipos de proyectos de Employee Experience. Consulte Creación de campos nuevos (EX) para obtener más detalles.