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 drill-downs to focexecs in an iframe on a dashboard page. I want the drill-down to throw the new report into a different window due to the size of it, but it won't do it. I have drill-downs on data fields and they work properly. But a drill-down on a Heading field replaces the existing report in the iframe.
I did a search on tech-support and I found a bunch of links indicating TARGET='_blank' and TARGET='_BLANK' and TARGET='_new' and about a dozen other variations on the same thing, but nothing on a bug report for the heading. None of the recommendations worked on heading, all work correctly on data fields and titles.
Is anyone opening a drill-down to new window from their heading and if so, can you send me a code snippet as a sanity check? This is a 7.7.03 install on NT Server.
J.This message has been edited. Last edited by: Kathleen Butler,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
I do this from a heading and get a new window but it is from within an excel report, not an IFRAME. Without an id/pw, WF needs to re-credentialize from EXCEL, so it opens a new window to log in to the server before running the drilldown, I'm presuming. I use TARGET=_blank without the quotes.
I am interested in the final resolution as I'm having the same type of problem.
Drilling on TYPE=DATA, TARGET='_blank' provides a new window
Drilling on TYPE=HEADING, TARGET='_blank' (or _blank or '_BLANK' or _BLANK) does NOT provide a new window.
When I first set SET TARGETFRAME=_blank I was getting the desired new window. After exiting WebFocus and returning I got "Internet Explorer cannot display the webpage" errors.
I also am interested in the resolution. I drill to a graph from the heading and it opens in the same window but if I drill from the data I get a new window
Duane
WebFOCUS 8.0.7 DS 8.0.7 AS 8.0.7 Windows Output: Excel, HTML, PDF, AHTML,Mobile In Focus 1982
TABLE FILE CAR PRINT SEATS DEALER_COST RETAIL_COST BY COUNTRY BY CAR HEADING "DDL-Heading" ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ TYPE=HEADING, FOCEXEC=car_graph, ALT='DDL-Data',$ TYPE=DATA, COLUMN=COUNTRY, FOCEXEC=car_graph, ALT='DDL-Data',$
ENDSTYLE END
I hope it helps... WebFOCUS 7.7.03 Windows 2003 IE 7