For more information, please refer to this announcement explaining best practices for getting answers to questions.
Current HTML Markup values are not working after 23B update
Summary:
I've added BIP report to the UI using the HTML Markup. However, when I entered its HTML Markup values, the dashboard is not working as expected. Upon checking, the report itself is working fine by running it directly thru Transactional BI.
Two dashboards were affected. Could you please check these parameters:
Dashboard A:
&_paramsrequisition_id=#{bindings.RequisitionId.inputValue}
&_paramsperson_id=#{bindings.PersonId.inputValue }
&_paramsapp_id=#{bindings.SubmissionId.inputValue}
&_xmode=3" width="100%" height="800"
Dashboard B:
&_xmode= 4&_paramsP_ID=#{bindings.PersonId.inputValue}
&_xmode=4&_xautorun=true
&_linkToReport= true" width="100%" height="800">
Sample outcome from Dashboard A
Result after 23B update: Using the above parameters, it will redirect you to a new browser.