You need to sign in to do that
Don't have an account?

Write a SOQL query to find total number of Lead records by status by Lead Source. Store this information in map and display the same. (Hint: map<string,map<string,integer>>)
Can anyone help with the code for
Write a SOQL query to find total number of Lead records by status by Lead Source. Store this information in map and display the same. (Hint: map<string,map<string,integer>>)
Write a SOQL query to find total number of Lead records by status by Lead Source. Store this information in map and display the same. (Hint: map<string,map<string,integer>>)
use this code

Raj can you provide test class for above
Use this code

The above code is not working