Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] GRAPH order by numbers

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] GRAPH order by numbers
 Login/Join
 
Member
posted
Hi,

I have a graph and I want the X asis appears based on the Y asis order descending, the graph is horizontal.

CDF ......graph bar..................
ABC .........................
DEF ....................
ZZZ ........

I try many things, I enen concatenate the numbers with the Y asis and then try to hidden the numbers in the y asis label.

Any idea ?
Thanks,
Pierre

This message has been edited. Last edited by: <Kathryn Henning>,


Production: WF 7.7.03 / OS: Solaris Sparc 64/ WebServer: Apache Tomcat/6.0/AppServer:WebLogic 10.3 /DB: Oracle 11.2/ Output formats: HTML, Excel, PDF, CSV, ZIP
 
Posts: 12 | Location: Montreal | Registered: August 22, 2006Report This Post
Gold member
posted Hide Post
Hi Pierre,

I believe what you're trying to achieve can be done with the "ON GRAPH SET GRMERGE ADVANCED" function:

 TABLE FILE CAR
SUM 
  RETAIL_COST
BY CAR
ON TABLE HOLD AS HTMP FORMAT FOCUS
END
-RUN

GRAPH FILE HTMP
SUM
 RETAIL_COST
BY HIGHEST RETAIL_COST NOPRINT
BY CAR
ON GRAPH SET BARNUMB OFF
ON GRAPH SET 3D OFF
ON GRAPH SET VZERO ON
ON GRAPH SET HAXIS 600
ON GRAPH SET VAXIS 600
ON GRAPH SET UNITS PIXELS

ON GRAPH SET GRMERGE ADVANCED
ON GRAPH SET GRMULTIGRAPH 0
ON GRAPH SET GRLEGEND 1
ON GRAPH SET GRXAXIS 1

ON GRAPH SET GRAPHSTYLE *
setGraphType(25); -* horizontal graph type
ENDSTYLE
END


However, you may need to create a hold-file as in my example beforehand, to get the correct "summed" value per category for which you would like to sort your bars.

Cheers Linne


WebFOCUS 7.7.03
 
Posts: 67 | Registered: January 05, 2011Report This Post
Member
posted Hide Post
Hi Linne,

That's exactly what I need

Many thanks !!!
Pierre


Production: WF 7.7.03 / OS: Solaris Sparc 64/ WebServer: Apache Tomcat/6.0/AppServer:WebLogic 10.3 /DB: Oracle 11.2/ Output formats: HTML, Excel, PDF, CSV, ZIP
 
Posts: 12 | Location: Montreal | Registered: August 22, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] GRAPH order by numbers

Copyright © 1996-2020 Information Builders