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'm finally getting the hang of WF and am starting to get some kick-*** reports. Alas - there are still some things I can't seem to resolve.
While offering some charts in a report as AHTML graphs, there are two things I can't seem to influence: - hiding the legend (mouseover will do nicely) - resizing the barchart within the graph (to prevent scrollbars)
Note: I understand how both can be accomplished in HTML, but I can't find how to do so in AHTML (or FLEX).
Take a look at the "Active Technologies User's Guide" documentation. Page 299 discusses the legend. I did not see anything about adjusting the size of the bars. I think your best bet would be to open a case.
An IB-consultant was here for some project-related work and gave me the following information: - The sizing of the graph is automatic, but was not happening in my html-page because of an include: as the AHTML specification was located in the included fex, DevStudio did not recognize the report was an active report. The solution consisted of either replacing the include with the actual code either setting 'activereport' to 1 for the report. - The legend of the graph can be set according to fusionchart documentation via , but is not accessible via DevStudio. Rendering this available to WebFocus is already an active Feature Request. A *dirty* workaround for the graph legend would be to make the report bigger then its container so the legend will be shown, but not in a visible part of the page (restrictions apply)
Regards, Peter
Prod: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode Test: WebFOCUS 8.0.06 on Win2008/Tomcat7/LDAP Mode