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 an HTML Compound report with three linked focexecs;
One is a bar graph that shows a monthly trend of daily letters completed.
The second is a pie chart that breaks out the report by letter type for the current day
Lastly there is a detail report for the current days completed letters
Here is what I would like to be able to do.
I would like to be able to drill down on the bar graph to be able to switch between days within the trend period. This should then update both the detail report and the pie chart.
I would also like to be able to drilldown on the pie chart (by letter type) and update both the details report and trend chart to show detail for only that letter type.
I have been rather unsuccessful in getting webFOCUS to be able to do multiple actions within the same drilldown. I have read other suggestions to do some fancy coding and combine two of the fex's into one, however I would like the three to act independently for the reusablity factor.
You can drilldown to a javascript function where you could modify the location strings of the various components (I guess you are using iframes?). This would enable you to update all three items from just the single drilldown.
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, 2004
Thanks for the follow up Tony, I actually had just figured it out by cheating a little bit...
I put the drilldown back in via the focexec and looked at what was being passed by the system... altered it a little and this is what I came up with....
document.getElementById("report1").src = "WFServlet?IBIF_webapp=%2Fibi_apps&IBIC_server=EDASERVE&IBIWF_msgviewer=OFF&&IBIMR_drill=X,DOMAINNAME&IBIF_ex=app%2Fdailycli.fex&CLICKED_ON=UNSET%20PARAMETER&START_DATE=" + s + "&"