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     Cutting the middle portion of a graph?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Cutting the middle portion of a graph?
 Login/Join
 
Member
posted
Hi again,
Is there any way to cut the middle portion of a graph? I have this data :

        Column1 Column2 Column3
11/4/08 10      8       134
12/4/08 20      9       145
13/4/08 8       8       145
...


Column3 will keep on adding the difference between Column1 and 2. Now, User has asked to create a graph from this and as you can see Column3 is ten or so times higher than Column1 or 2. They say it's okay even if it came out funny looking but I was thinking is there any way to skip the middle portion of the graph? Like this...

150
                -       -
140             |       |
        -       |       |
130     |       |       |
        |       |       |
120     |       |       |
.       ~       ~       ~
.       ~       ~       ~
.       ~       ~       ~
20      |       |-      |
        |       ||      |
10      |-      ||_     |
        ||-     |||     |--
0       |||     |||     |||
   -----------------------------


hope that came out okay Smiler

Thanks in advance~

ps. I accidentaly dislodged the Object Inspector window, how do I locked it back into place? It's a floating window now and it's rather annoying having to moved it around to see my report painter, thanks thanks~

This message has been edited. Last edited by: Yuuta,


7.1.3 on XP into HTML, Excel, PDF
 
Posts: 27 | Registered: April 15, 2008Report This Post
Expert
posted Hide Post
Yuuta,

I don't think there is a way to "cut" the middle portion of a graph, but you could set the Y1Axis to a value other than zero. Check out the usage of the following Java within your GRAPHSTYLE -

setScaleMinAuto(getY1Axis(),false);
setScaleMin(getY1Axis(),120.0);

This would obviously hide the second and third columns, so think of using a dual axis grpah format instead.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
And as for the Object Inspector in DevStudio - just double click on the (empty) title bar of the inspector. It will lock back into it's proper place again.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Member
posted Hide Post
Thank you for the quick replies,

Just received the actual data :
            Column1   Column2   Column3
24/4/2008   10        9         10459
...


so miniscule that Column1 and 2 is just a line in the graph Smiler

Discussed it with user, going to try the dual axis graph, thanks again.


7.1.3 on XP into HTML, Excel, PDF
 
Posts: 27 | Registered: April 15, 2008Report This Post
Expert
posted Hide Post
You can also try a log scale.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 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     Cutting the middle portion of a graph?

Copyright © 1996-2020 Information Builders