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 a bubble graph program that generated a bubble graph but one of the bubbles was missing from the graph. When I included the following set commands I got all of my bubbles but my Y axis percent is zero for all of the bubbles. I get a value for the X and Z axis. Can anyone give me more insight on how to use these particular set commands so that I can see my percent amount for my Y axis? Thanks.
ON GRAPH SET AUTOTICK OFF ON GRAPH SET VAUTO OFF ON GRAPH SET VMAX 20 ON GRAPH SET VTICK 10 ON GRAPH SET HAUTO OFF ON GRAPH SET HMAX 20 ON GRAPH SET HTICK 10
Thanks for the suggestion. I tried setting my HAXIS to 985 and my VAXIS to 518 but the missing bubble still does not show up. I think I need to specify the correct Y axis scale in order for the missing bubble to appear. The value for the percent that is missing is 10%. My Y axis scale is -40% to 10% and my X axis scale is 0% to 32%. I'm thinking that I need to make the max for my Y axis scale larger. I've been playing around with the set commands I pasted in my message with no success.