Returning back to the original report via a return link button in the linked report with multiselect params in the main report

为君一笑 提交于 2019-12-01 06:47:11

In the Action property Ihad to select the "Jump to URL" option and put this in the textbox for Jump to URL:

="javascript: history.go(-1)"

Here is whre you have to place javascript:history.back(1)

  • right click on the report

  • click insert -> textbox

  • once the text box is created

  • right click and choose "Text box properties"

  • click "Action" property

  • choose Go to URL option button

copy and past javascript:history.back(1)

(Note: it is case sensitive, you don't need to put quotation mark")

then click ok and this should be working in IE

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!