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.
Single HTML form calls 4 focexecs. All 4 Focexecs displayed in one HTMLFORM. Out of 4 focexecs, One Focexec has the drill down option. This parameter has to be passed to the next HTMLFORM which again has 4 reports(Focexecs) embeded(in one HTMLFORM). I am not able to pass the parameter to Focexec from the second(Child) HTMLFORM. All the four focexecs in the second HTMLFORM shows WF default parameter page, when I drill down from the parent HTMLFORM.
Please let me know how to pass the parameter to all 4 focexecs.
we had to fake out the program. I wanted to drill to a report that showed a report at the top and 4 graphs below. What I did with the help of the Australian IBI Help Desk was to create an HTML doc that called all 5 reports passing in the parm of sales rep. It took forever for us to figure this all out. Hope this helps more than just you! The fex's that are called are regular fex's expecting a parm of salesrep. See below for example of what I did. If you need more info please e-mail me.
-HTMLFORM BEGIN < !---* Generated by Report Layout Painter --> < !---*----------------------------------- < !---* Program: comvsac.fex < !---* Desc: committed vs actual numbers driver program with 4 graphs < !---* Date: 8/13/2006 < !---* Author: Jenny Majors < !---*-------------------------------------->
<script id=IBI_OptionsScript type=text/javascript> var cgipath = "cgipath"; var ibirls = "ibirls2"; var multidrill = "multidrill"; var mntFormValidate = "mntFormValidate"; var dyncalendar = "dyncalendar"; var olap="olap"; var olappanebase="olappanebase"; var ibixmltree="ibixmltree"; var ibilangtrans="ibilangtrans"; var olapdrill="olapdrill"; var ibiOptions = new Array(cgipath,ibirls,mntFormValidate,ibilangtrans,olap,olappanebase,olapdrill,multidrill);
OK about half of the code showed up here. If you want this code and some help e-mail me at jenny.majors@walsworth.com and I will help you out. It was a frustrating battle to get this to work but it can be done.