cguyreports
Technical User
I am using crystal 8.5 and have a date parameter on a field. Is there anyway to set the parameter to default to the current day?
Thanks so much for any help.
Thanks so much for any help.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
{Table.Date} = IIF({?Param}=Date(1990,01,01),CurrentDate,{?Param})