Forum Discussion
PaulPeterson1
4 years agoQrew Assistant Captain
You could try something like this:
var number serviceYears = If(Year(Today()) > Year([Start Date]), Year(Today()) - Year([Start Date]), 0);
If($serviceYears > 0, AdjustYear([Start Date], $serviceYears) - Days(30), null)
------------------------------
Paul Peterson
------------------------------
var number serviceYears = If(Year(Today()) > Year([Start Date]), Year(Today()) - Year([Start Date]), 0);
If($serviceYears > 0, AdjustYear([Start Date], $serviceYears) - Days(30), null)
------------------------------
Paul Peterson
------------------------------
AndreaJohannes
4 years agoQrew Trainee
Hi Paul,
Thanks for responding! Would that be a separate field that I am creating and that is what I would use? or is that something I would embed in either the notification or reminder?
------------------------------
Andrea Johannes
------------------------------
Thanks for responding! Would that be a separate field that I am creating and that is what I would use? or is that something I would embed in either the notification or reminder?
------------------------------
Andrea Johannes
------------------------------