Forum Discussion
Elisa112
1 year agoHelper V
Compare dates in a summarised table
Hi Experts I have summarise data based on columns from a customer and a training outcome table, Im gtrying to find the number of days from the customer start date to the date they found a job. M...
- Anonymous1 year ago
Hi, Elisa112
Is this the result you expected? If not, please provide more information.
Days to employment = DATEDIFF([Start Date],[Outcome Date],DAY)Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
1 year agoNot applicable
Hi, Elisa112
Is this the result you expected? If not, please provide more information.
Days to employment = DATEDIFF([Start Date],[Outcome Date],DAY)
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Elisa112
1 year agoHelper V
Thank you