Fórumok

Passing parameter from Liferray To BIRT report

thumbnail
guru prasad, módosítva 11 év-val korábban

Passing parameter from Liferray To BIRT report

New Member Bejegyzések: 15 Csatlakozás dátuma: 2012.01.30. Legújabb bejegyzések
Hi,

I have integrated some tabular and some chart reports from BIRT to Liferay portal.
Now i want to pass some parameters through Liferay and it should fetch the exact data from BIRT report.
e.g if i want to display a product specific report then i am passing the product id from liferay and that should fetch the product specific data from report.
I think there is a param tag which we can use in portlet.
But how to use that and is there any other way to pass this parameter?

Thanks;
Guru
thumbnail
Bart Simpson, módosítva 11 év-val korábban

RE: Passing parameter from Liferray To BIRT report

Liferay Master Bejegyzések: 522 Csatlakozás dátuma: 2011.08.29. Legújabb bejegyzések
Assuming you created a custom portlet in Liferay and then integrated the reports implementation, you should be able to get the parameters either in the url using
<portlet:param></portlet:param>
tag when creating the action url and retrieve using
ParamUtil


Or place them in session and retrieve, which ever suits your needs.
otherwise explain what are you able to do .