Hi, people.
I created "OccurrenceDate" parameter with default equal to"01/01/2006".It works:
if minimum({?OccurrenceDate}) <> Date(2006,1,1) then
{CLAIM.LOSS_DATE} = {?OccurrenceDate}
else if minimum({?OccurrenceDate}) = Date(2006,1,1) then
true
I have to print the report with the title:
"Occurrence Date, Years 99-03" (the years 1999 and 2003 are specified in parameter From,To sections)
I try to find out which functions I need use to put into Report Title parameter's range but I cannot do it.
I'll appreciate any help.
thanks
Lana
I created "OccurrenceDate" parameter with default equal to"01/01/2006".It works:
if minimum({?OccurrenceDate}) <> Date(2006,1,1) then
{CLAIM.LOSS_DATE} = {?OccurrenceDate}
else if minimum({?OccurrenceDate}) = Date(2006,1,1) then
true
I have to print the report with the title:
"Occurrence Date, Years 99-03" (the years 1999 and 2003 are specified in parameter From,To sections)
I try to find out which functions I need use to put into Report Title parameter's range but I cannot do it.
I'll appreciate any help.
thanks
Lana