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 the following compound Excel spreadsheet. Also below is a drilldown Fex. If you run the first part alone....the drill down works fine...combine them..the drill down does not work. Make it into compound HTML works fine. Is there some reason this would not work as a compound Excel...that anyone can think of? You should be able to cut and paste and run this. Thanks...
TABLE FILE CAR SUM SALES BY COUNTRY FOOTING "" "" ON TABLE PCHOLD FORMAT EXL2K OPEN NOBREAK ON TABLE SET STYLE *
TYPE=REPORT, GRID=ON, SIZE=10, COLOR='RED', $ TYPE=DATA, COLUMN=N1, FOCEXEC=WHY,$ ENDSTYLE END -*TABLE TWO TABLE FILE CAR SUM RC BY COUNTRY FOOTING "" "" ON TABLE PCHOLD FORMAT EXL2K NOBREAK ON TABLE SET STYLE * TYPE=REPORT, GRID=ON, COLOR='LIME', $ ENDSTYLE END -*TABLE THREE TABLE FILE CAR PRINT CAR BY COUNTRY
ON TABLE PCHOLD FORMAT EXL2K CLOSE ON TABLE SET STYLE * $ TYPE=REPORT, GRID=ON, SIZE=10, COLOR='YELLOW', $ ENDSTYLE END
Drill Down called why.fex
TABLE FILE CAR PRINT SALES BY COUNTRY ON TABLE PCHOLD FORMAT EXL2K END
In Focus since 1993. WebFOCUS 7.7.03 Win 2003
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005
Maybe you should post your code. The code above didn't work because the poster had neglected to put the drill stylesheet syntax in programs 2 and 3, i.e.
GinnyJakes, Here is the report step code from the .fex This code works when this is the only report. However once I put it the 'OPEN' and 'CLOSE' for the EXL2K, I cannot drill down.
/TABLE FILE HOLDHIGH PRINT DOCKETNUMBER1 AS 'Docket #' DATEFILED1 AS 'Date Filed' CASETYPE1 AS 'Case Type' CASECOMMENTS AS ' Case Comments' CASEDESCRIPTION AS 'Case Description' Repodappl AS 'Respondent/Applicant' BP8ACTION AS 'Last Action' CHAIRMAN_NOTES AS '........................... Notes / Comments ............................' BY BP8CASEID AS 'BP8CaseId' FOOTING " " " Total" " Number Of " " Open Cases" " &NUMCASES" " " ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT EXL2K ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * UNITS=IN, LEFTMARGIN=0.500000, RIGHTMARGIN=0.500000, TOPMARGIN=0.500000, BOTTOMMARGIN=0.500000, SQUEEZE=ON, ORIENTATION=LANDSCAPE, TITLETEXT='&BUREAU RESP BUREAU - ALL CASES', $ TYPE=REPORT, GRID=OFF, FONT='TIMES NEW ROMAN', SIZE=10, HEADALIGN=BODY, $ TYPE=DATA, COLUMN=N8, TARGET='_blank', FOCEXEC=AuditHistoryReportCMR(BP8CASEID=N1), $ ENDSTYLE END /
WF 7.6.11 Oracle WebSphere Windows NT-5.2 x86 32bit