elsenorjose
Technical User
Hi all,
This isn't working the way I thought it would. I get an error saying 'A number range is required here' and 'MonthToDate' is highlighted. My formula thus far is:
I want to use the results of the formula to do a summary on records that have both dates in MonthToDate. I am also getting a similar error when using YearToDate in the formula.
Can someone help me correct this?
I'm using CR XI on SQL Server 2005.
Thank you.
This isn't working the way I thought it would. I get an error saying 'A number range is required here' and 'MonthToDate' is highlighted. My formula thus far is:
Code:
(If month({v_TurnaroundMetricsReportForAPI.MSN_Approval_Date}) in MonthToDate
And month({v_TurnaroundMetricsReportForAPI.LN_Approval_Date}) in MonthToDate
Then 1 Else 0)
I want to use the results of the formula to do a summary on records that have both dates in MonthToDate. I am also getting a similar error when using YearToDate in the formula.
Can someone help me correct this?
I'm using CR XI on SQL Server 2005.
Thank you.