I have a report that prompts for a date range and a sales territory range using the default Crystal Reports parameter prompts in the ReportViewer.
The report works fine, but now I have been asked to print what parameters were selected at run time in the report header as a description, which seems like a reasonable request.
Inserting the record selection formula from "Special Fields" only shows a text representation of the formula with the parameters as {?SalesDate} {?Territory} for example.
Any guidence on how to trap what was selected at run time and print it would be appreciated.
Thanks for any input
Kim