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     Drillmenuitem location

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drillmenuitem location
 Login/Join
 
<dksib>
posted
First of all, I can do this in javscript and link to new report inside of a new screen but the customer was told by IBI support that it can be done in the GUI using DRILLMENUITEM. So what I need to do is to create a multiple drill down and position it always in the middle of the frame and NOT directly below the selected row. Can this really be done? If so, can someone tell me how.

thanks
 
Report This Post
Gold member
posted Hide Post
You can't modify where the popup displays in the GUI. It's set to go below the selected row.

Here is an example of drillmenuitem code.
Run this.... then view source of the output.

TABLE FILE CAR
PRINT RETAIL_COST DEALER_COST
BY CAR
ON TABLE NOTOTAL
ON TABLE SET STYLE *
DEFMACRO=COND0001,MACTYPE=RULE,WHEN=N1 EQ 'BMW',$
DEFMACRO=COND0002,MACTYPE=RULE,WHEN=N1 NE 'BMW',$
TYPE=DATA,COLUMN=N1,MACRO=COND0001,
DRILLMENUITEM='DrillDown 1',FOCEXEC=50342517,TARGET='_blank',
DRILLMENUITEM='DrillDown 2',FOCEXEC=50342517,TARGET='_blank',$
TYPE=DATA,COLUMN=N1,MACRO=COND0002,
DRILLMENUITEM='DrillDown 1',FOCEXEC=50342517,TARGET='_blank',$
ENDSTYLE
END

Conceptually you could modify the js that is shipped with WebFOCUS, and try to revise where the popup goes. That would make for upgrade headaches, and likely cause other support problems.

If you have a way to do it, why not run with what you have.


WebFocus 7x, 8x, Win / Linux, any output format
 
Posts: 70 | Location: reading, pa | Registered: April 07, 2007Report This Post
Expert
posted Hide Post
quote:
why not run with what you have


- probably because "the customer was told by IBI support that it can be done in the GUI using DRILLMENUITEM"!


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
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Drillmenuitem location

Copyright © 1996-2020 Information Builders