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     Drilldown from excel and pdf reports

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drilldown from excel and pdf reports
 Login/Join
 
Master
posted
I have created a launch page to allow users to create in HTML,PDF or EXL2K display format.

The report that is launched allows for drilldown to two other (summary and detail
reports in the DIVISION column. I have noticed that the html page allows drill to either
summary or detail reports via a hover link but the excel and pdf format reports do not.

Is there any special conditions I must code for to provide multi drill from the excel and pdf
reports?

Thanks! Confused


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Guru
posted Hide Post
I believe you can only multi-drill from HTML format. Frowner


(Prod: WebFOCUS 7.7.03: Win 2008 & AIX hub/Servlet Mode; sub: AS/400 JDE; mostly Self Serve; DBs: Oracle, JDE, SQLServer; various output formats)
 
Posts: 391 | Location: California | Registered: April 14, 2003Report This Post
Expert
posted Hide Post
TomsWeb,

Here is am example of drilldown's in PDF:



ON TABLE PCHOLD FORMAT PDF
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=DATA,
COLUMN=N16,
FOCEXEC=app/fbm091.fex(FISCAL_YEAR=N1 CHART_OF_ACCOUNTS=N2 ORGANIZATION_CODE=N3 FUND=N4 ACCOUNT=N10 FISCAL_PERIOD=N18),
$
TYPE=DATA,
COLUMN=N14,
FOCEXEC=app/fbm093.fex(FISCAL_YEAR=N1 CHART_OF_ACCOUNTS=N2 ORGANIZATION_CODE=N3 FUND=N4 ACCOUNT=N10 FISCAL_PERIOD=N18),
$
TYPE=DATA,
COLUMN=N10,
FOCEXEC=app/fbm092.fex(FISCAL_YEAR=N1 CHART_OF_ACCOUNTS=N2 ORGANIZATION_CODE=N3 FUND=N4 ACCOUNT=N10 FISCAL_PERIOD=N18),
$

The COLUMN=NXX after DATA is the drilldown link, the others are to run the fex using those parameters.


Hope this helps...Tom


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Expert
posted Hide Post
Tom,

As N Selph mentions, multiselects are only possible from HTML. This is due to the fact that a mouseover event trigger is used to execute JS to build the small menu.

You could COMPUTE two addtional columns to contain, maybe, an S and a D and then hyperlink these instead. Not quite a hoverover menu but it would still provide both drill options no matter what output format.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Expert
posted Hide Post
Hi Tomsweb,

I ran some search on Information Builders' online documents and came to the understandig that, Multiple DrillDown is only supported for HTML or HTMLTABLE as stated in the Help File (No multiple DrillDown capability for PDF or Excel: http://techsupport.informationbuilders.com/sps/90631016.html). The following topic on multiple drilldowns may be of interest as well:

Restrictions of creating multiple drilldowns in a report

Hope this helps. Smiler

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report 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     Drilldown from excel and pdf reports

Copyright © 1996-2020 Information Builders