You need to sign in to do that
Don't have an account?
Josh Harsh
Visualforce Dashboard Component on two date fields.
We have a custom object called employees, we have two specific date fields on each record the hire date and date no longer with the company. My question is it possible to create a report that shows how many people were hired and how may people are no longer with the company for any given month? It would look something like the below:
Any help would be very beneficial. Thanks.
Any help would be very beneficial. Thanks.
You can create 2 custom fields to capture the Joining date and Last day (leaving) date.
Once you have these 2 dates, you can group the dates on monthly basis and get a count of hired and no longer people in your company.
Thanks,
Pratik