Forum Discussion
PrashantMaheshw
4 years agoQrew Captain
You could try Month() function to find the month number of joining date, then if month is 12(Dec),1(Jan),2(Feb) define variable for start date accordingly.
var number doj = month([Join Date]);
IF($doj = 12 or $doj = 1 or $doj=2 , [due]=X,
if(
and so on
Making sense?
------------------------------
Prashant Maheshwari
------------------------------
var number doj = month([Join Date]);
IF($doj = 12 or $doj = 1 or $doj=2 , [due]=X,
if(
and so on
Making sense?
------------------------------
Prashant Maheshwari
------------------------------