Hi All,
Trying to filter a workflow I have that will only include projects that are less than 12 weeks. Have tried using this:
DateTimeAdd(DateTimeToday(),-84,'days')>DateTimeToday()
The fields I have are below:
Thanks for the help!
GP
Solved! Go to Solution.
How about trying something like this?
datetimediff(datetimetoday(),[DateField],"days") <= 84
This looks like it works anyway, the spot check I did gave me results within the last 12 weeks anyway. Thanks!
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |