on 2009 Sep 09 7:15 AM
Hi
I am using Crystal Reports 2008 designer,
I have a Datetime static parameter with optional default prompt. If I am not selecting the parameter I would like disply the systemdate or currentDate in the report.
But the parameter screen is not allowing to give the currentDateTime option ,instaed I have to give a value like "2009/09/09 12:12:12"
Is there any workaround for this?
Thanks
Jorge
Try this
if hasvalue({?date parameter}) then
{?date parameter}
else
currentdatetime
this formula returns current date if we run the report without any value in date parameter
regards,
Raghavendra.G
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
76 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.