I have a report that prompts the user for a start date and end date using parameters. The parameters have a Date type and the List of Values is Static. However, because the parameter types are Date, I'm not supplying a list of values. The user simply selects the date from the date dialog popup, or enters a date.
I would like to provide a default value for each parameter (the current date). However, since I don't have a list of possible date values, I cannot put anything in for the Default Value. Is there any way around this?
Thanks.