I need to modify a report so that the font on rows that meet certain conditions is bold italic. I need to use this in combination with a highlight that I created with the section expert that highlights on another condition.
This is what I am thinking of for the bold italic
If {wia_actvy.wia_cmpltn_cd} < '1'
And {wia_actvy.end_dt} > (CurrentDate - 14 days(?))
And {wia_actvy.end_dt} < CurrentDate
Then crBold
Basically I have a report that shows clients that have activities in the system. The report shows the start date, end date and completion code. I need the row higlighted if the end date is within the next two weeks of the date the report is run. If the end date has already past I want the row highlighted and the text to be bold italic.
I know that I can set a condition on the font of a single field but I would like to know how to set a similar condition on the whole row instead of formatting each field independently.
I am using CR 8.5 and starting to use CR 9. If one works better or easier I will use that one.
TIA,
Paul
P.S.
Is there anywhere in CR8.5 or 9 that one can just type all of these conditions in instead of using all of these "experts" which I find a little confusing? I forget which one of the 20 places I have made changes.
This is what I am thinking of for the bold italic
If {wia_actvy.wia_cmpltn_cd} < '1'
And {wia_actvy.end_dt} > (CurrentDate - 14 days(?))
And {wia_actvy.end_dt} < CurrentDate
Then crBold
Basically I have a report that shows clients that have activities in the system. The report shows the start date, end date and completion code. I need the row higlighted if the end date is within the next two weeks of the date the report is run. If the end date has already past I want the row highlighted and the text to be bold italic.
I know that I can set a condition on the font of a single field but I would like to know how to set a similar condition on the whole row instead of formatting each field independently.
I am using CR 8.5 and starting to use CR 9. If one works better or easier I will use that one.
TIA,
Paul
P.S.
Is there anywhere in CR8.5 or 9 that one can just type all of these conditions in instead of using all of these "experts" which I find a little confusing? I forget which one of the 20 places I have made changes.