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.
BTW, if it's chewing up resources is probably because WF things the client doesn't support HTML5 and sends a ActiveX control ( applet? ) to display the graph...
...which is a lot of overhead. Both in data and local rendering resources.
Greets, Dave
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010
Tried HTML and HTMTABLE and it always generates an html page with an APPLET with we do not want.
There is a setting or something, but cant remember what it is. Two of us here can remember getting the html/image back, not the code.
Huh that's odd, they must still allow it because we have a few reports that still use it.
It's a long shot but can you grab the data in xml or alpha format and use highcharts or something? I know jschart format renders the objects with the data in it automatically in the html so you could potentially do something like that.
Either way i'm curious to know what that setting is, i've never seen it.
WebFOCUS App Studio 8.2.02 Windows 7, All Outputs
Posts: 141 | Location: Mclean, VA | Registered: December 04, 2012
The WebFOCUS server returns an HTML page with an APPLET, but the client does "Magic" and out the other end you get an HTML page with MAP and embedded image.
Just waiting for IBI to confirm this is as expected.