In this post, I will show how you can create a progress bar just using formula field in Salesforce. No coding required.
The requirement is that for “Job Application” object, we have a picklist called “Status” which is having the values as –
Select Page
Posted by Sudipta Deb | Jan 28, 2015 | ADM, admin, formula, object, Salesforce, visualforce | 3 |
In this post, I will show how you can create a progress bar just using formula field in Salesforce. No coding required.
The requirement is that for “Job Application” object, we have a picklist called “Status” which is having the values as –
Admin Apex Architect array B2B B2C Best Practices Business Analyst Committed Use Discount css css3 Custom Custom Image dense array Designer Exam Developer development DoS Enhanced Domain Flow Google Cloud Google Cloud Certification Google Cloud Digital Leader Google Cloud Platform group Instance Template JavaScript Lightning Web Components Loyalty Management Preemptible pseudo-class Release Salesforce Salesforce Certification Security selectors sparse array specificity specificity-rules Sustained Use Discount TypeScript Virtual Machine vscode web where
The blog gave me idea to display process bar using formula field my sincere thanks for sharing this post and please countinue to share this kind of post
Salesforce Training in Chennai
Fantastic, this was just what i was looking for. Thanks
Thanks.
Very nice. I think it will be better if you round the result.
e.g:
TEXT( ROUND (VALUE/6 *100, 2 ) ) & '%'