CRM 2011 Performing FetchXML group by on custom option set value
问题 I want to be able to perform a FetchXML request that sums a value while grouping on a field that is a custom option set but I don't get the expected results. All that is returned is the summed up values, not the related custom option set value that it relates to so I have no idea what the returned values relate to. This is the fetchXML request which appears to be correct: <fetch distinct='false' mapping='logical' aggregate='true'> <entity name='opportunity'> <attribute name='estimatedvalue'