For more information, please refer to this announcement explaining best practices for getting answers to questions.
HCM Embedded BIP Reports
Content
Hi,
I'm trying to embed a BIP report as an iFrame on Employee Self Service Page. The Binding Parameter which is available on the screen is PersonId. Below is the HTML expression I've built but the page is not passing the binding parameter to the BIP report. Any help would be appreciated.
<div id='ESSPay' style='margin-top: 0px'><hr style='border-bottom: 0px solid #D6DFE6;border-left: 0px solid #D6DFE6;border-right: 0px solid #D6DFE6;border-top: 0px solid #D6DFE6;'><iframe style='border: 0px solid #ffffff' width='700' height='50' src='#{adfBundle['oracle.adf.view.page.editor.resource.ComposerOverrideBundle']['RT_S_BI_URL']}:443/xmlpserver/Custom/Human Capital Management/Integrations/OHR041/ESS_Pay_iFrame.xdo?_xpf=&_xpt=1&_xdo=%2FCustom%2FHuman%20Capital%20Management%2FIntegrations%2FOHR041%2FESS_Pay_iFrame.xdo&_xmode=&_paramsXDO_ESTIMATE_XML_DATA_SIZE=off&_paramsXDO_GEN_SQL_EXPLAIN_PLAN=off&_paramsXDO_DM_DEBUG_FLAG=off&_paramsperson_id=#{bindings.PersonId.inputValue}&_xt=ESS_Pay&_xf=html&_xana=view'></iframe></div>