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.
Has anyone ever had an issue with only part of your Chart showing up in InfoAssist? It only happens to me when I use "Active Reports" format. HTML5 works fine, but when I change my report to "Active Report" only 1 of the 10 bars show up on my bar graph. I am using WF version 8.0.02M and running on a Windows Server. Thanks!This message has been edited. Last edited by: <Kathryn Henning>,
I feel your pain... I too am having issues with Active Reports format and graphs. Particularly if you build a chart (bubble chart for example) with two Y axis. It looks fine in the preview window but when you run it, the series and x axis get switched around.
You posted this in 2013 and the same issue is still going on. The preview looks perfect but when I run it, it all gets switched around. Has anyone found the solution to this?
Thias, I responded in your other post about the same issue. Just in case here is my answer again in this post:
Unfortunately you hit a known unsupported syntax for Active Charts. In your procedure you have either ACROSS syntax Or GRLEGEND 1. It is documented in Active Technologies User's Guide That ACROSS is not supported http://infocenter.informationb...eTech/launch_pdf.htm
Creating an Active Technologies Chart section on page 357.
ACROSS syntax gets generated in the procedure for Charts, when you place a field in the Legend bucket.
The reason why preview shows up correctly, is because preview is in HTML5(JSCHART) format. But the Runtime is in Active format.