Oct 14, 2008 #1 neozeke Programmer Oct 6, 2008 31 US Hi, Can I define the default date of the date parameters to sysdate or current date? Thanks
Oct 14, 2008 #2 kskid Technical User Mar 21, 2003 1,767 US Unfortunately, no. I have used date(1900,1,1) as a default parameter date and add the following to my record selection. ( if {?parameterDate} = date(1900,1,1) then {table.date} = currentdate else {table.date} = {?parameterdate} } Upvote 0 Downvote
Unfortunately, no. I have used date(1900,1,1) as a default parameter date and add the following to my record selection. ( if {?parameterDate} = date(1900,1,1) then {table.date} = currentdate else {table.date} = {?parameterdate} }