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 –
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 –
Share:
Apex Architect array B2B B2C Best Practices Container css css3 dense array Developer development Enhanced Domain Flow Google Cloud Google Cloud Certification Google Cloud Digital Leader Google Cloud Platform group Hyperforce Integration JavaScript Kubernetes Lightning Web Components Loyalty Management Named Credential Pod Pod Health Probes pseudo-class Release Salesforce Salesforce Certification Security selectors SOQL sparse array specificity specificity-rules Spring 23 Summer 23 Release TypeScript Virtual Machine vscode web
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 ) ) & '%'