I received help with this previously but that thread is now closed. I needed to underline all annual assessment dates in a report that were in due during the next month.
The report is run at the first of the month (such as November) but the annual assessment dates that occur during December would be underlined. The formula that someone here gave us was:
if {Psychosocial_View.assessment_date} >= Date(Year(CurrentDate)-1, Month(CurrentDate), 01)
and {Psychosocial_View.assessment_date} < Date(Year(CurrentDate)-1, Month(CurrentDate)+1, 01)
then crSingleLine else crNoLine
This was utilized by the x+2 for bottom border through the "format field" after right clicking on the field.
We were using CR 8.5 then but now have upgraded to CRXI and SQL database.
We have since decided that we want the second month after the current month to be underlined so if the report is run at the beginning of November, all annual assessment dates that occur during January would be underlined through the formula so I changed the month area to be +2.
This change creates an error message that says "A month number should be between 1 and 12."
What adjustment to the above formula should I make so that the underlined dates are for the second month after the report run month? Or is there a better way?
Any help is appreciated!!!
The report is run at the first of the month (such as November) but the annual assessment dates that occur during December would be underlined. The formula that someone here gave us was:
if {Psychosocial_View.assessment_date} >= Date(Year(CurrentDate)-1, Month(CurrentDate), 01)
and {Psychosocial_View.assessment_date} < Date(Year(CurrentDate)-1, Month(CurrentDate)+1, 01)
then crSingleLine else crNoLine
This was utilized by the x+2 for bottom border through the "format field" after right clicking on the field.
We were using CR 8.5 then but now have upgraded to CRXI and SQL database.
We have since decided that we want the second month after the current month to be underlined so if the report is run at the beginning of November, all annual assessment dates that occur during January would be underlined through the formula so I changed the month area to be +2.
This change creates an error message that says "A month number should be between 1 and 12."
What adjustment to the above formula should I make so that the underlined dates are for the second month after the report run month? Or is there a better way?
Any help is appreciated!!!