Focal Point
[Solved]Drilldown to specific panel within a portal

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1287068976

December 18, 2015, 11:11 AM
capples
[Solved]Drilldown to specific panel within a portal
We are on 8105 and I am trying to drilldown from one of my report fexes in one panel (Panel_1_5) and pass a parameter to a chart fex in another panel (Panel_7_1). Is this possible and does anyone have a link to documentation that explains this or just know the syntax to do it?

I know that 8105 has the ability to drill between different pages within a portal, so I would think what I'm trying to do is available.

I read the Portal documentation in 8105 covering the between page drills (http://infocenter.informationbuilders.com/wf81rel/topic/pubdocs/BIPortal/source/topic78.htm) and it looks like I could settle on using JAVASCRIPT=drillRefresh command to just refresh the whole page, but I'd ideally just like to refresh one panel if possible.

edit. I can't seem to get the navigateToPage JavaScript to do anything either. I'm not sure if my syntax if off, but here's what I'm using:
TYPE=DATA, COLUMN=N1, TARGET='_self', JAVASCRIPT= navigateToPage('page8' 'ChartDashboardMtd' 'CHARTSELECT' N1)

page8 is the current page of the report, 'ChartDashboardMtd' is the name of the panel I want to drill to, 'CHARTSELECT' is the amper variable in the drilled to report, N1 is the value to pass. When I click these links, it doesn't appear like anything is happening.

Thanks,
Clint

This message has been edited. Last edited by: capples,


WF 8.2.0.3
Windows 10 64bit
HTML, AHTML, PDF, Excel
December 18, 2015, 12:00 PM
capples
Got it to work. I had left out the following command which was needed for the JS to function

ON TABLE SET JSURLS '/ibi_apps/tools/portalcanvas/iframeinterface.js'


The navigateToPage function is working just like I need now.


WF 8.2.0.3
Windows 10 64bit
HTML, AHTML, PDF, Excel