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

I have one Requirement , count the no . of records having Country having INDIA
Hi All,
I have one Account object, There are 100 Records in it, I have one field like Nation (Text Field), there are 90 records having INDIA in nation field,.....
Is it possible to count no .of records having INDIA in formula field,
This formula field need to use in reports..........
Any ideas let me share
Adv Thnx
Siv.
No relationship
I have one Account object, There are 100 Records in it, I have one field like Nation (Text Field), there are 90 records having INDIA in nation field,.....
Is it possible to count no .of records having INDIA in formula field,
This formula field need to use in reports..........
Any ideas let me share
Adv Thnx
Siv.
No relationship
you can use below query to count record from object
You can vote on somewhat similat idea on this
https://success.salesforce.com/ideaView?id=08730000000aQHcAAM
you have to use apex/soql to take the count of records.