SOQL Query on a combination of two fields
Few days back, we had a requirement in one of our projects wherein we needed to list the records based on summation of two fields of an object. We tried to use SOQL query to filter the records, but we found that SOQL query of salesforce natively does not allow the arithmetic operation of two… Read More »