Working with CR 8.5 and SQL Server 2000
I am looking to automate the underlining of dates that display in a monthly report that match the current month of the report run but occur in the year prior.
Our current formula which someone has to remember to change manually each month is:
IF {Psychosocial_View.assessment_date} >= Date (2006,4,01) And {Psychosocial_View.assessment_date} <= Date (2006,4,30) Then crSingleLine
This underlines the {Psychosocial_View.assessment_date} occurring in April 2006 when the report is run at the beginning of April 2007 and indicates a new assessment is needed during the current month (April).
How can this formula be changed to automate the underlining based on the month of the report run (Datadate)?
Any help would be appreciated!
I am looking to automate the underlining of dates that display in a monthly report that match the current month of the report run but occur in the year prior.
Our current formula which someone has to remember to change manually each month is:
IF {Psychosocial_View.assessment_date} >= Date (2006,4,01) And {Psychosocial_View.assessment_date} <= Date (2006,4,30) Then crSingleLine
This underlines the {Psychosocial_View.assessment_date} occurring in April 2006 when the report is run at the beginning of April 2007 and indicates a new assessment is needed during the current month (April).
How can this formula be changed to automate the underlining based on the month of the report run (Datadate)?
Any help would be appreciated!