nathanharcup
MIS
Hi All,
I have an issue that has occured after the change from 2010 to 2011.
I have a formula that counts values where the month -1 = the previous month
i.e:
if {@MonthFromDate}-1 = {@MonthofClosure}
then 1
else 0
This works well for the year 2010 but when the report was run in jan the result was blank because 1 - 1 = 0
I want to set something up to account for the above issue.
Any help will be much apprecioated
Thanks
I have an issue that has occured after the change from 2010 to 2011.
I have a formula that counts values where the month -1 = the previous month
i.e:
if {@MonthFromDate}-1 = {@MonthofClosure}
then 1
else 0
This works well for the year 2010 but when the report was run in jan the result was blank because 1 - 1 = 0
I want to set something up to account for the above issue.
Any help will be much apprecioated
Thanks