This may seem simple and I've done it with other products, but I just can't figure it out with Crystal.
Here goes: I want create a parameter that will refresh the default values (browse for data in the field in the database) each time the report is refreshed. New data is added to this database all the time and I want the parameter to offer the user an up-to-date list when they run the report.
All I've figured out so far is how to set the default values as a static list.
{?ID} = {NAMES.ID}
"ID" is the parameter and I want it to browse updated data in the field "NAMES.ID" every time the report is run.
Any help would be greatly appreciated!
Thanks,
Joe
Here goes: I want create a parameter that will refresh the default values (browse for data in the field in the database) each time the report is refreshed. New data is added to this database all the time and I want the parameter to offer the user an up-to-date list when they run the report.
All I've figured out so far is how to set the default values as a static list.
{?ID} = {NAMES.ID}
"ID" is the parameter and I want it to browse updated data in the field "NAMES.ID" every time the report is run.
Any help would be greatly appreciated!
Thanks,
Joe