Count how many times an embedded field has the same value | XM Community
Skip to main content
Question

Count how many times an embedded field has the same value

  • March 22, 2024
  • 1 reply
  • 36 views

Forum|alt.badge.img

I have a data set that has embedded data and I want to display a sum of the same embedded data field in my dashboard.

For example:

my embedded data field is text field Company

and I have the following response data:

  • Company 1 employee X
  • Company 2 employee X
  • Company 1 employee Y
  • Company 3 employee X

Is there a way I can show in my dashboard that:

  • Company 1: 2 employees responded
  • Company 3: 1 employee responded
  • etc

 

Many thanks for any advice

Regards

Jo

 

1 reply

Forum|alt.badge.img+22
  • Level 7 ●●●●●●●
  • 2031 replies
  • March 23, 2024

You can use a Pivot table widget to achieve this. Rows will be company name and columns can be either count or sum based on your data.


Leave a Reply