hyperlink in bi publisher report not working
Hi all,
I am trying to drill down the bi publisher master report to detail report.
I have some parameters to be passed from master report to detail report thru hyperlink i am trying to pass.
But it is now working. The parameter is not getting passed
Below is the link
<fo:basic-link external-destination=
"url('http://localhost:9704/analytics/saw.dll?bipublisherEntry&Action=open&itemType=.xdo&bipPath=%2F~weblogic%2Fcomplex%2FrepB.xdo&p_DEPT={DEPT}')" color="blue" text-decoration="underline"><?DEPT?> </fo:basic-link>
Department number is not passing when I click the DEPT column.
Thanks