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 a compound pdf report in release 7.6.11. I have a drill through that is working, the report drill throughs to a value in the second report. I am trying to add a drilldown as well to the first report. When I do this, neither the drill through or the drilldown work. Are the drill through and drilldown mutually exclusive?
Web FOCUS 7.6.11 AIX Output: EXCEL, PDF, HTML, AHTML
Per our technicals: You can mix conventional Drill Down hyperlinks freely in the same report with Drill Through hyperlinks. Are you getting an error? Can you post some code of the problem?
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
DEFINE FILE AUDITFIL DISPLAY_TIME/HYYMDS = IF FOLDER_TYPE EQ 'RID' THEN WORKITEM_CREATION_DATE ELSE BATCH_CREATION_DATE ; DISPLAY_BATCH/A48 = IF HIERARCHY_FIELD CONTAINS '-' THEN HIERARCHY_FIELD ELSE LAST DISPLAY_BATCH; END TABLEF FILE AUDITFIL PRINT SORTFIELD NOPRINT 'AUDITFIL.AUDITFIL.HIERARCHY_FIELD' AS 'Hierarchy' 'AUDITFIL.AUDITFIL.DISPLAY_TIME' AS 'Batch Create,Workitem Create' 'AUDITFIL.AUDITFIL.WORKITEM_INJECT_DATE' AS 'Inject Date' 'AUDITFIL.AUDITFIL.PC_TO_INJECTION_CYCLE_TIME' AS 'Cycle Time' 'AUDITFIL.AUDITFIL.XTRAC_INJECT_ID' AS 'XTRAC Item' 'AUDITFIL.AUDITFIL.DISPLAY_BATCH' NOPRINT
HEADING "Batch and RID Hierarchy Overview Report" "" "Report Request: &REQUEST" "" "FOOTING "Report Prepared: <+0>&DATEtrMDYY <+0> at &TOD <+0> " "- Fidelity Internal Information -" ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Legal', SQUEEZE=ON, ORIENTATION=LANDSCAPE, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=10, COLOR='BLACK', BACKCOLOR='WHITE', STYLE=NORMAL, $ TYPE=HEADING, LINE=5, OBJECT=FIELD, ITEM=1, COLOR=GREEN, -* FOCEXEC=app/newformat1(REQUEST=DISPLAY_BATCH ), $ TYPE=DATA, COLUMN=N2, DRILLTHROUGH=DOWN( HIERARCHY_FIELD ), STYLE=-UNDERLINE, COLOR=BLUE, $ TYPE=DATA, COLUMN=N3, JUSTIFY=LEFT,
END TABLE FILE COMBINED PRINT CLIENT AS 'Client' WORKTYPE AS 'Work Type' PROCESS_START_TIME AS 'Application Start' PROCESS_END_TIME AS 'Application End' PROCESS_NAME AS 'Application' PROCESS_STATUS AS 'Status' PRIORITY AS 'Priority' OP_NAME_ID AS 'Operator' CITY AS 'Location' BY SORTFIELD NOPRINT BY HIERARCHY_FIELD NOPRINT ON HIERARCHY_FIELD SUBHEAD "" "--- Return to Summary Report ---" """ "" BY PROCESS_START_TIME NOPRINT FOOTING "Report Prepared: <+0>&DATEtrMDYY <+0> at &TOD <+0> " "- Fidelity Internal Information -" ON TABLE PCHOLD FORMAT PDF ON TABLE SET STYLE * UNITS=IN, LEFTMARGIN=.25, RIGHTMARGIN=.25, TOPMARGIN=.25, BOTTOMMARGIN=.25, RIGHTGAP=.05, LEFTGAP=.05, SQUEEZE=ON, $ TYPE=REPORT, GRID=OFF, FONT='ARIAL', SIZE=8, COLOR='BLACK', BACKCOLOR='WHITE', STYLE=NORMAL, $ TYPE=SUBHEAD, LINE=3, ITEM=1, DRILLTHROUGH=FIRST(HIERARCHY_FIELD ), COLOR=RED, $ END COMPOUND END
When I uncomment the DRILLDOWN, the DRILLDOWN does not work nor does the drill thru work. I do not get an error message. It appears that neither drillthrough and drilldown are no longer hyperlinks.
Web FOCUS 7.6.11 AIX Output: EXCEL, PDF, HTML, AHTML