How to pass date in Hyperlinks?

Hi,

I am having a main report. I am calling another report using hyperlink. The sub report is having date as input.

When I am passing date as input, no data is coming in the report.
But, when I run the sub report with the same date, rows are coming in the report.

I passed the values as “…&lsSFiscal%20Date=”+[Fiscal Date]+" …"


GowthamSen :india: (BOB member since 2006-08-31)

Hi,

I got it.
I created a variable. And I converted into String format. Then I used this variable as parameter.

It worked.


GowthamSen :india: (BOB member since 2006-08-31)