kcoleman26
Technical User
Crystal 2008
I have a formula for the date range parameter {Date Range Title} that I am displaying in the report header.
"From: " & Minimum ( {?Date} ) &
" To: " & Maximum ( {?Date} )
Now what I am stuck on is when the Min & Max date meet a specific critiera I want to display the text "All Dates Selected"
The dates are min 1/1/1950 and max 12/31/2050. In my paramerter I have these two dates defined as the Start and End dates for that parameter.
So end result would be if any other dates are selected show those dates. If the min = 1/1/1950 and the max = 12/31/2050 then display "All Dates Selected" in the header.
Thanks,
KC
I have a formula for the date range parameter {Date Range Title} that I am displaying in the report header.
"From: " & Minimum ( {?Date} ) &
" To: " & Maximum ( {?Date} )
Now what I am stuck on is when the Min & Max date meet a specific critiera I want to display the text "All Dates Selected"
The dates are min 1/1/1950 and max 12/31/2050. In my paramerter I have these two dates defined as the Start and End dates for that parameter.
So end result would be if any other dates are selected show those dates. If the min = 1/1/1950 and the max = 12/31/2050 then display "All Dates Selected" in the header.
Thanks,
KC