Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Graph drill will not open in new window

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Graph drill will not open in new window
 Login/Join
 
Gold member
posted
I have a report that gives the user the option of drilling down to a detail report or a graph. The detail report opens in a new window like I want. The graph however opens in the same window How do I get them to behave the same way?

TYPE=DATA,
     COLUMN=ROWDESC,
     FOCEXEC=projections_detail(ROWID=ROWID ROWDESC=ROWDESC COSTCTR=COSTCTR CLUBINFO=CLUBINFO MONTH_ABBREV_YEAR='&MONTH_ABBREV_YEAR' WFFMT='&WFFMT' CLUB_NUMBER_I= N2  CYCLE='&CYCLE' DLYDATE='&DLYDATE' MTHDATE='&MTHDATE' YEAR='&YEAR'),
    TARGET=_blank,
	 WHEN=DRILL EQ 'Y',
$
 


TYPE=HEADING,
     LINE=4,
     OBJECT=FIELD,
     ITEM=1,
     FOCEXEC=proj_graph1(CLUBINFO=CLUBINFO CYCLE='&CYCLE' DLYDATE='&DLYDATE' MTHDATE='&MTHDATE' YEAR='&YEAR' CLUB_NUMBER_I=N2 MONTH_ABBREV_YEAR='&MONTH_ABBREV_YEAR'),
     TARGET='_blank',
$  

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


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
 
Posts: 83 | Location: Princeton NJ | Registered: October 26, 2007Report This Post
Expert
posted Hide Post
Duane,

You ought to try to be consistent in your code - in your example, one target statement uses quotes, the other doesn't, I would always put quotes.

At the moment of clicking on a hyperlink, the web browser is not aware that one link is a graph and the other is a report, so it must be something else that causes the issue.

Perhaps posting all the fex code will help us determine the problem...

Another suggestion: Put each drill-down parameter on a separate line (*perhaps* the line becomes too long for the parser):

FOCEXEC=proj_graph1( \
CLUBINFO=CLUBINFO \
CYCLE='&CYCLE' \
DLYDATE='&DLYDATE' \
MTHDATE='&MTHDATE' \
YEAR='&YEAR' \
CLUB_NUMBER_I=N2 \
MONTH_ABBREV_YEAR='&MONTH_ABBREV_YEAR' \
), $


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
Solution found please referance :
http://forums.informationbuild...1057331/m/9817036216


Duane

WebFOCUS 8.0.7
DS 8.0.7 AS 8.0.7
Windows
Output: Excel, HTML, PDF, AHTML,Mobile
In Focus 1982
 
Posts: 83 | Location: Princeton NJ | Registered: October 26, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Graph drill will not open in new window

Copyright © 1996-2020 Information Builders