Forum Discussion
AlanP514
4 years agoPost Patron
Dynamic Column for Expierence
Hai Guys, Thank you for your support for the old post
I have another requirement
I have Two dates Column 1. Joining date 2.Current date (Dynamic Column)
Based on these two I want to create a calculated column That is the Total Experience column for each employee.
3 Replies
- v-zhangtiCommunity Support
Hi AlanP514
You can try the following methods.
Column:
Current date = TODAY()Total Experience = DATEDIFF([Joining_Date],[Current date],DAY)Is this the result you want?
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.