Hello...
I'm trying to automate a selection value on a selection field based on date difference, for example:
I have a date field let's call it "Starting date" and a selection field with [A,B,C,D] values...
1st: I want to get date difference between Today's date and "Starting date" (preferably in years)
2nd: Automate the selection on the selection field:
if less than a year: value "A" on the selection field will be automatically selected.
if more than a year & less than 3 years: value "B" will be automatically selected.
& etc....
P.S: I'm trying to work my way on computation by adding the formula ( datetime.date.today() ) but it doesn't return any value...
Can someone explain how's the proper way to do it? thanks :)
Hello,
The posted answer may help you to reslove the problem!