I'm creating a report view in MS Project 2013 Standard, which is intended to show tasks due in the next two weeks.
I got the formula from here:
(([Start]>DateAdd(“d”,-14,now()) Or [Finish]>DateAdd(“d”,-14,now())) And ([Start]<DateAdd(“d”,14,now()) Or [Finish]<DateAdd(“d”,14,now()))) Or ([Finish]<DateAdd(“d”,14,now()) And [% Complete]<100)
I get a 'Syntax error' - "Formula contains a syntax error or an unknown field or function'
Clicking 'OK' to highlight the error, highlights "d" in the first DateAdd function as the issue.
Any suggestions on cause and solution?
I got the formula from here:
(([Start]>DateAdd(“d”,-14,now()) Or [Finish]>DateAdd(“d”,-14,now())) And ([Start]<DateAdd(“d”,14,now()) Or [Finish]<DateAdd(“d”,14,now()))) Or ([Finish]<DateAdd(“d”,14,now()) And [% Complete]<100)
I get a 'Syntax error' - "Formula contains a syntax error or an unknown field or function'
Clicking 'OK' to highlight the error, highlights "d" in the first DateAdd function as the issue.
Any suggestions on cause and solution?