Iu2019m trying to create a hyperlink object within a report which will open another report and pass some parameters. See syntax below
="<A HREF="+ Char(34) +"http://bitss:8085/wijsp/scripts/openDocument.jsp?&iDocID=247899&sDocName=month1 &sType=wid&sRepoType=Corporate&lsSStart="& FormatNumber(<Start of Reporting Month> ,"0") +"&lsSEnd="& FormatNumber(<End of Reporting Month> ,"0") &Char(34) & ">" & <Customer Month> & "</a>"
the above syntax opens the report but it does not pass the values or refresh the report.
Can anyone help please.
Thank you,