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.
Hi All I have a chart for which Bars are plotted on Y1 axis and markers are plotted on Y2 axis.i need to get a linear curve fit for markers.when i tried with only one y axis i'm getting linearcurve,but on Y2 axis it dont works here is my code against car table. GRAPH FILE CAR SUM LENGTH WIDTH HEIGHT WEIGHT RPM SEATS ACROSS COUNTRY ON GRAPH SET LOOKGRAPH VBRSTK2 ON GRAPH SET GRAPHEDIT SERVER ON GRAPH SET BARNUMB OFF ON GRAPH SET 3D OFF ON GRAPH SET VZERO OFF ON GRAPH SET GRID ON ON GRAPH PCHOLD FORMAT PNG ON GRAPH SET GRAPHSTYLE * -*setAlignMultiYBars(true);
can anyone help please ..... is it because of ON GRAPH SET LOOKGRAPH VBRSTK2??(i suspect so ) is there a way to overcome thisThis message has been edited. Last edited by: rp,
I reviewed your request and it appears there is a limitation on drawing curve fit equations on stacked chart types.
What you may be able to do is calculate a field (DEFINE or COMPUTE) and then draw that as a line segment on the stacked chart. You can also choose whether you would like to display this as absolute or part of the stacked data.