I have a field in the Group Footer called Elapsed Time By Days. This field is calculated by a variable and is a number. I'm wanting to create a parameter that allows the user to select "0 ot 7 Days", "8 to 30 Days", and "31 to 90 Days" and then they would only see records with those values. For the "0 to 7 Days", I can suppress all values < 0 but when I try to add the suppress values > 8, it doesn't suppress anything. Any Ideas?
This is what I was trying:
if {?Readmission} = "0 to 7 Days" then {@Elapsed Time By Days Variable} < 0
else
if {?Readmission} = "0 to 7 Days" then {@Elapsed Time By Days Variable} > 8
This is what I was trying:
if {?Readmission} = "0 to 7 Days" then {@Elapsed Time By Days Variable} < 0
else
if {?Readmission} = "0 to 7 Days" then {@Elapsed Time By Days Variable} > 8