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.
From the below sample graph request, is there a way for me to print car values instead of country values on the X axis
GRAPH FILE CAR SUM DEALER_COST RETAIL_COST SALES ACROSS COUNTRY NOPRINT ACROSS CAR AS '' ON GRAPH SET LOOKGRAPH VBAR ON GRAPH SET 3D OFF ON GRAPH SET VAXIS 385 ON GRAPH SET HAXIS 600 ON GRAPH SET GRMULTIGRAPH 0 ON GRAPH SET GRLEGEND 2 ON GRAPH SET GRXAXIS 2 WHERE COUNTRY IN ('ENGLAND','JAPAN') END -RUN -EXIT
Your help is greatly Appreciated. ThanksThis message has been edited. Last edited by: <Emily McAllister>,
7.7.02, sql server Windows all output (Excel, HTML, PDF)
GRAPH FILE CAR
SUM
DEALER_COST
RETAIL_COST
SALES
BY COUNTRY NOPRINT
BY CAR AS ''
ON GRAPH SET LOOKGRAPH VBAR
ON GRAPH SET 3D OFF
ON GRAPH SET VAXIS 385
ON GRAPH SET HAXIS 600
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 2
ON GRAPH SET GRXAXIS 2
WHERE COUNTRY IN ('ENGLAND','JAPAN')
END
-RUN
-EXIT
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
But I want the two graphs on the same X and Y coordinates. I am expecting a X axis with first England and its car values followed by Japan and its car values.
7.7.02, sql server Windows all output (Excel, HTML, PDF)
Oh ! This is something different and I don't think that it will be feasible with out of the box bar graph (except if you, maybe, pre-defines the data to result in one number by the country and one by the car : which may result in "two" bar where having proper "real" by field. But I'm really not sure of that and may need some bunch of coding).
I think that it is better to change your graph format. You have many other format where you can display two different by/measure on the same graph. Explore the possibilities.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013