Skip to Content
0
Former Member
Dec 23, 2008 at 08:19 PM

URL Reporting - Date Parameter not working

182 Views

Hi all,

I am using Crystal Reports Server 2008 and utilizing the URL reporting feature. I have been able to get everything to work with the exception of passing dates/datetimes to the report. According to the documentation (http://devlibrary.businessobjects.com/BusinessObjectsXI/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/URLreporting_new13.html#191029) I should be able to specify it as follows:

promptex-mydate="Date(2008,12,23)"

However, when I do this it apparently doesn't parse correctly since it is sending a Null value to my database parameter instead of 12/23/2008. If also tried to put the time at the end of it ("Date(2008,12,23,10,10,10)") but no luck there either.

It's most likely something simple that I'm missing but I'm having the hardest time trying to figure it out. Can someone please show me what I am doing wrong?

Thanks,

Tom