ZestyBeanz Technologies Pvt Ltd
4th Floor, Nila, Technopark
Thiruvananthapuram,
India – 695581
Phone: +91 471 4063254
Fax : +91 471 2700171
ZestyBeanz Technologies Pvt Ltd
61/3236, Manikkath Cross Road
Ravipuram, Kochi, India - 682016
Phone: +91 484 4063254
Zesty Labs
Office # 2003, Millennium Plaza Building
Sheikh Zayed Rd, Dubai, UAE
Phone: +971 4333 2222
Mobile: +971-52-7553466
ZestyBeanz Technologies GmbH
Reuterstraße 1
90408 Nürnberg
Fon: +49 911 4801 444
Fax: +49 911 4801 445
Hi, If we are using the
Hi,
If we are using the JDBC datasource, we have to do the filtering in using the SQL itself but we can specify the condition in which the filtering has to be done. For example if i want to display the lang of the partner which the user selects, we can pass the id of the partner that the user select to iReport using parameter. The parameter can be passed from the report python file as:
These parameters will be available in the iReport if we create a parameter in iReport as "partner_id" and can be used in our SQL query. So my query will be:
"SELECT lang FROM res_partner where id = $P{partner_id}"