As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I have built a drill down report that autoexecutes in an iframe on an html page. When the drill down link is clicked, its target is a second iframe (called detailFrame) on the same html page. When I run this html page from within Dev Studio it works beautifully.
I've attached the html page to a dashboard. (the dashboard has multiple tabs but only one block per tab). When I click the drilldown from within dashboard, it always opens a new page rather than targetting the iframe.
The fex drill down looks like this TYPE=RECAP, BY=1, STYLE=BOLD, DRILLMENUITEM='Details', FOCEXEC=app/ed_door_to_triage_details( \ WHERE_MTH=MTH \ FMT='HTML' \ ), TARGET='detailFrame',
How do I get it to target the iframe correctly from within dashboard as it does when I run just the plain html page?
Thanks!! JenThis message has been edited. Last edited by: jjoyce,
I created a new tab and a new html page with the same login and it worked fine. I then removed my old html page from the dashboard and re-added it and it worked fine.