We wanted to have a progress bar in grid for each employee record, which will show the percentage based on the fields entered and saved by an employee.
How to use the progress bar control? Any previously made examples would be helpful.
Thanks,
Usha
Best answer by Renée Evertzen
Hello Usha,
You can set up a domain with the progress bar control, as you already mentioned yourself. This can be a domain with a numeric or an int as a datatype. You would then have to set up a column that uses that domain.
In that column you can calculate a value, or technically a percentage, depending on the conditions that you want to apply. This can be calculated in a trigger or a default, depending on your preferred situation.
So for example:
Knowing first name = 10%
Knowing first name + surname = 25%
Knowing first name + surname + phone number = 40%
Knowing first name + surname + phone number + email address = 60%
Knowing first name + surname + phone number + email address + full home address = 100%
Something like that 😄
This will then be presented in the application like this:
You can set up a domain with the progress bar control, as you already mentioned yourself. This can be a domain with a numeric or an int as a datatype. You would then have to set up a column that uses that domain.
In that column you can calculate a value, or technically a percentage, depending on the conditions that you want to apply. This can be calculated in a trigger or a default, depending on your preferred situation.
So for example:
Knowing first name = 10%
Knowing first name + surname = 25%
Knowing first name + surname + phone number = 40%
Knowing first name + surname + phone number + email address = 60%
Knowing first name + surname + phone number + email address + full home address = 100%
Something like that 😄
This will then be presented in the application like this:
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.