How to pass date range to child report

Hi,

I have date range prompt on Received_Date field in my master report. I need to pass this prompt to child report in my opendocument syntax.

I tried below code, but is not working.

="<a href=http://Servername/businessobjects/enterprise115/desktoplaunch/InfoView/logon/ssoLogon.jsp?&sType=wid&sRefresh=Y&iDocID=3825888
&lsMBegin+Date=’||[Received Date]||’">’||[Received Date]||’&lsS"+URLEncode(“Notes=”)+"="+[Notes]+" ’ >"+[Notes]+""

Please advice how can I do this.

Thanks,
Vrrm


vrrm (BOB member since 2008-08-04)

Use lsR instead of lsS…

&amp;lsRTime+Period:=[2000..2004)

I hope this helps.

Cheers,


shiva.tomar (BOB member since 2007-10-05)

Shiva,

I have Recieved_Date prompt in my master report. I am using between operater in my prompt to get the date range. I want to pass this date value range to child report. I just dont want to pass year only.

Thanks,
vrrm


vrrm (BOB member since 2008-08-04)

I forgot to mention… thats just the example to display how to use that syntax…

Cheers,


shiva.tomar (BOB member since 2007-10-05)