Count how many times an embedded field has the same value | XM Community
Question

Count how many times an embedded field has the same value

  • 22 March 2024
  • 1 reply
  • 9 views

Badge

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

Userlevel 7
Badge +21

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