Created
          January 16, 2015 21:18 
        
      - 
      
- 
        Save dancinllama/8f789e759dda1ce0a883 to your computer and use it in GitHub Desktop. 
Revisions
- 
        James Loghry created this gist Jan 16, 2015 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ List<Account> accList = new List<Account>( [Select Id ,Name ,(Select Email From Contacts ) From Account] ); for(Account acc : accList){ Integer numWithEmail = 0; for(Contact cont : acc.Contacts){ if(!String.isEmpty(cont.Email)){ numWithEmail++; } } } 
 James Loghry
              created
            
            this gist
            
              James Loghry
              created
            
            this gist