I'm trying to set up a parameter where the user selects a range. For example, the choices would be $5,000 & up; $10,000 & up; $20,000 & up; $50,000 & up or "All". This is what I have in my record selector (Crystal 8.5) so far:
if {?Target} in [5000, 10000,20000, 50000]
then
{AGMRV_APPLIED_SMRY.APPL_MTD_PREM_AMT} >= {?Target} and
It will run set up like this but the output is not correct. The numbers don't match the current report and it does match when I comment the change. Also, I can't get the "All" selection to work. The report times out.
Can anyone help? Thanks in advance.
ncchish
if {?Target} in [5000, 10000,20000, 50000]
then
{AGMRV_APPLIED_SMRY.APPL_MTD_PREM_AMT} >= {?Target} and
It will run set up like this but the output is not correct. The numbers don't match the current report and it does match when I comment the change. Also, I can't get the "All" selection to work. The report times out.
Can anyone help? Thanks in advance.
ncchish