Results viz with loop and merge | XM Community
Skip to main content
Solved

Results viz with loop and merge

  • September 12, 2024
  • 1 reply
  • 62 views

Forum|alt.badge.img+9

We have a survey that asks a few of the same questions, same response choices but for multiple sites.  This is set up using loop and merge.  I would like to display this data using Results (stacked bar chart or even simple data table) showing data by site in the one visualization instead of creating separate ones for each site.  In Reports you can do this using means or simple data table (see below)  but I cannot figure out the setup for this in Results.  Any ideas or suggestions??

 

Thank you, Stephanie

Best answer by Nam Nguyen

Hi @sarandos ,

Sadly, the default table in Results doesn’t work like Report. With the chart you can still with extra step.
Results doesn’t has data mapper or take the Recode so you have to create NumberSet type of the data field yourself (because mean, average only work with number) through CustomField, just make sure it’s NumberSet

Now you can select it in your widget with math operation.
 

 

View original

1 reply

Nam Nguyen
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+29
  • QPN Level 8 ●●●●●●●●
  • 1091 replies
  • Answer
  • September 12, 2024

Hi @sarandos ,

Sadly, the default table in Results doesn’t work like Report. With the chart you can still with extra step.
Results doesn’t has data mapper or take the Recode so you have to create NumberSet type of the data field yourself (because mean, average only work with number) through CustomField, just make sure it’s NumberSet

Now you can select it in your widget with math operation.
 

 


Leave a Reply