-
Formula Field in Aggregate Salesforce Query
Can any body suggest me how can i use the formula field in a aggregate soql query because when i am using the field it is throwing error that this field can’t be grouped or aggregated
like
select count(id), formula__c from Object__c group by formula__c
Log In to reply.