Skip to main content
Nintex Community Menu Bar
Question

Aggregate Model group on multiselect field?

  • July 9, 2024
  • 2 replies
  • 8 views

Forum|alt.badge.img+18

It looks like we can’t group an aggregate model on a multiselect field. Any thoughts on the best way around this?

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 9, 2024

Yup.  Thats a core SOQL limitation that I don’t think we can get around. 

The soution is pretty ugly.   Change the multipicklist to a lookup relationship (many to many) and do your aggregation on the junction object.  Data model surgery.  Ouch… 

The advantage of this is that you will be able to see how many times each unique value is associated with a record,  rather than seeing all the different combinations of values that are put together in the multi-picklist field. 


Forum|alt.badge.img+18
  • Author
  • July 9, 2024

Ok. Thanks!