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.
Yikes, thats alarming, Sandy. in 527, every email i send is loaded with drilldowns. html, tho, not exl2k. I can't distribute multi-drills via email, unless i send as an attachment..which we don't do. But just regular drills in a castered html works fine. Are you stuck on that part? if so, you just can include a line in your fex (i make it its own fex and include as a pre-processing step) that tells the email where the ibi server is. SET FOCEXURL = HTTP://servername/ibi_apps/WFServlet or if you use isapi SET FOCEXURL = http: //servername/cgi-bin/ibi_cgi/webapi.dll any help?This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Can you please be more specific on what you would like to drill down to? For example: Sent report via email that has a drill down to a WF Server FEX? Or sent a Report to the Report Library that has a drill down to?
The problem with accessing a drilldown from a ReportCaster report, is that the report has no reference back to WebFOCUS (domains, folders, etc).
Here's the instructions that we give our developers (Sorry it still references the cgi-bin/ibi_cgi, I haven't updated the instructions for servlet):
In order to execute a drilldown report from a report ran via the ReportCaster (scheduled report), the drilldown report (.fex) must be copied from the MRE domain and moved to a "known" (edasprof-defined) folder on your server.
Then, the drilldown definition in the scheduled report must be modified to execute the drilldown report via a URL instead of a FOCEXEC command. Replace the "standard" MRE drilldown definition (commented out with -* below) with the drilldown definition shown in below.
TABLE FILE MYFILE SUM . . . BY . . . WHERE . . . ON TABLE SET STYLE * TYPE=DATA,COLUMN=N3, URL=http://yourserver/cgi-bin/ibi_cgi/ibiweb.exe? \ (IBIF_ex='xoeq2nq4' CUST=N4),$ -*TYPE=DATA, FOCEXEC=app/xoeq2nq4(CUST=N4), -*COLUMN=N3, $ ENDSTYLE ON TABLE PCHOLD FORMAT EXL2K END
These were the instruction for 4.3.6. For Versions 5.2 and up, the drilldown report must still exist outside of the MRE (FOCEXEC= should not have app/ before the focexec report name), in the APPPATH. You now need to add the statement:
SET FOCEXURL=http://webserver/ibi_apps/WFServlet to your report.
For more info, see DOCID 82651089 in TechSupport, Symptom/Problem/Solution Techniques.
Hope that helps. DebThis message has been edited. Last edited by: debbiej,
WebFOCUS 7.6.11 on Win2003 Server WebFOCUS 7.7.03 on Win2003 Server Published, AdHoc, ReportCaster Output in all variants of Excel
deb, you can just run the SET FOCEXURL command as a pre-processing condition in your caster setup. easy. then your fex is usable both ways, live or memorex.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
The reports that have the drilldowns are currently executed from our BI dashboard and require temporary hold files. While we have Excel, PDF and HTML reports with dropdowns we would limit the report caster outputs to EXL2K.