Skip to main content
Loading...
Skip to article
  • Qualtrics Platform
    Qualtrics Platform
  • Customer Journey Optimizer
    Customer Journey Optimizer
  • XM Discover
    XM Discover
  • Qualtrics Social Connect
    Qualtrics Social Connect

Unions (CX)


Was this helpful?


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The feedback you submit here is used only to help improve this page.

That’s great! Thank you for your feedback!

Thank you for your feedback!


Qtip: The data modeler and related functionality is not yet available to all customers. If you’re interested in this feature, please reach out to your XM Success Representative. Qualtrics may, in its sole discretion and without liability, change the timing of any product feature rollout, change the functionality for any in preview or in development product feature, or choose not to release a product feature or functionality for any reason or for no reason.

About Unions

In a data model, unions let you combine multiple data sources together into a single dataset. Rather than combining individual rows of data, as you do in a join, you simply add more rows to the same dataset.

Qtip: Unions are the only way you can combine data in the data mapper.

Understanding Unions

To understand unions, let’s look at a few examples.

Example 1

We ran the same CSAT survey in 2019 and in 2020. We create a union between these 2 surveys, and now we can report on both of their data in the dashboard.

If we want to create an average CSAT widget, we can do that with CSAT data from both surveys.

2019 Survey Data

NPS Score Department
10 Clothing
9 Electronics
7 Housewares

2020 Survey Data

NPS Score Store
5 Toronto
6 Raleigh
9 Seattle

Resulting Dataset

NPS Score Department Store
10 Clothing Null
9 Electronics Null
7 Housewares Null
5 Null Toronto
6 Null Raleigh
9 Null Seattle

Example 2

We ran an NPS survey in 2019 and in 2020. However, each year, we added and removed a few different questions. Still, when we create a union between these 2 surveys, we can report on both of their data in the dashboard.

If we want to create an average NPS widget, we can do that with NPS data from both surveys, because they share this data in common.

If we also want to report on Departments, we can add another widget to our dashboard. However, it’s important to note that this widget will only have data for 2019, because there is no department data for the 2020 survey.

2019 Survey Data

NPS Score Department
10 Clothing
9 Electronics
7 Housewares

2020 Survey Data

NPS Score Store
5 Toronto
6 Raleigh
9 Seattle

Resulting Dataset

NPS Score Department Store
10 Clothing Null
9 Electronics Null
7 Housewares Null
5 Null Toronto
6 Null Raleigh
9 Null Seattle

Creating Unions

Qtip: You can only create 8 unions per dataset.
Qtip: If you plan on creating joins, we recommend doing so after you create unions. This will result in the fastest dashboard performance.
  1. Create a data model.
    Data model selected on the creating a dataset page
  2. Add at least 2 sources to your data model.
    2 sources look like 2 blocks on top of each other. plus sign next to one expands to a menu with the option to add a union
  3. Click the plus sign ( + ) next to the first source you want to add to the union.
  4. Select Union.
  5. Name the output. This is helpful if you plan to add multiple unions to your dataset.
    Menu opens along the bottom of the data modeler
  6. The Input is the first source you want to add to the union.
  7. Under Union with, select the sources you want to add to the union.
    Qtip: Click the plus sign ( + ) to add more sources to the union.
  8. Under Field editor, check that your fields and their types look correct.
    field editor tab in bottom menu

    Qtip: See Mapping, Merging, and Separating Fields for more details.
  9. You can add more sources to create additional unions (optional).
    rightmost block always has a plus sign that, when clicked, has the option to add more joins and unions
  10. Finish building your output dataset.

Mapping, Merging, and Separating Fields

When you map data, you decide the specific survey questions and metadata that relate back to your dashboard data. As you create a union, similar questions from different surveys will map back to the same dashboard field.

Example: The same overall customer satisfaction question from 3 different surveys is mapped into the same dashboard field named Overall CSAT.
Showing different sources' fields mapped together

A lot of fields are mapped automatically based on detected similarities. However, it’s always best to double-check the data for accuracy.

All data mapping happens in the Field editor tab.

Union block is clicked. Field editor can be found in the menu that opens along the bottom of the page

  1. All the sources in your union will appear side-by-side. Note how each survey is its own column.
  2. Each row represents a separate field. Use the drop-down list under each survey to choose the survey field that matches the dashboard field.
    Example: In this row, the CSAT 2019 and Satisfaction Data surveys have questions mapped to the Solution with resolution field. CSAT 2020 is not mapped to this field.
  3. Under Destination, you’ll see the name of the dashboard field all of these sources connect to.
  4. Under Type, you can determine the type of data (e.g., numeric, text, scale), which then lets you express your data with different widgets. See Field Types & Widget Compatibility (CX) for more.

You do not have to map every source to every field; it is ok to leave items unmapped. You can merge data from multiple sources into the same field or keep the data separate as needed.

Example: The location data we collected in these 3 surveys doesn’t communicate the same info: one is store location, and the other is the customer’s home location. We separate these fields by mapping sure only the matching source is mapped, while leaving the other source unmapped.
Fields are separated in the mapper, meaning some columns say "unmapped"

Adding a New Field

  1. Select the union you’d like to add a field to.
    Union block is clicked. Field editor can be found in the menu that opens along the bottom of the page
  2. Go to the Field editor.
  3. Click Actions.
  4. Select Add field.
  5. Select a field from each source that corresponds to this dashboard field.
    mapping a field using the menus in the field editor
  6. Name the dashboard field.
  7. Select the field type.

FAQs