Hi, I'm relatively new to CRM, I know when you send a request to the CRM Web Service, you can link entities using QueryExpression, ConditionExpression, FilterExpression, etc. It kinda simulates an sql inner join between tables. Lets say that I want to do something similar as a SUM/GROUP BY on a column of an SQL table, but instead I want to do it on an attribute of an entity, using the CRM Web Service. Does CRM offers a solution for that or do I have to do it on my own ?