You need to sign in to do that
Don't have an account?
vickySFDC
How to count seleted check box value count using formula salesforce?
Hi All,
I have 8 checkbox field in my object pagelayout.I want to count selected checkbox value and display in column.How to implement this requirement using formula function in salesforce?Please do the needful help.
Thanks,
Vicky
I have 8 checkbox field in my object pagelayout.I want to count selected checkbox value and display in column.How to implement this requirement using formula function in salesforce?Please do the needful help.
Thanks,
Vicky
Please use the below formula field:
Here replace CB_1__c with your first check box and like that you replace all.
Create a formula field with decimal 0.
Please do let me know if it helps you.
Regards,
Mahesh
Use the below formual field, The formual field return type should be Number data type.
Let me know if you need any help regarding this.
Thanks,
Vijay