×
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Graph is splitted

Graph is splitted

Graph is splitted

(OP)
Hi all,
I created a graph using the following code:
SET LOOKGRAPH = STACK                                                               
SET GRAPHEDIT = OFF                                                               
-*SET GRID=ON                                                     SET BARNUM =OFF                                                                  
SET 3D = OFF  

GRAPH FILE V_ID_INV_AGG_EZORSHOTFUT_GRAPH

SUM
   ITYASVUT    SHIKUM
   SHUTFUT    KRANOT
ACROSS
   ACTIONTYPEINYEAR AS ''

WHERE (YEARCODE EQ &PREVYEAR OR YEARCODE EQ &TOYR)
    AND ( EZORSHOTFUTCODE EQ '&EZOR')
       AND ( CURRENCY EQ &CURR );
END

The values I get are ok but the graph does not
stack all 4 meassures on one stack for each
ACTIONTYPEINYEAR.
Instead it stack only first 3 meassures and
the forth (KRANOT) is displayed above them
with a different Y axis and with a horizontal line
between them. They have the same legend also.
(It seems like 2 graphs with the same x axis
one above the other).

Any idea what can cause this?
10'x,
OZI

RE: Graph is splitted

Ozi,

This will occur when you have a large difference of values between some of measures.  If the java interface that creates the graphs were to plot them all the same, you would see some very small bars next to some very large bars.   So, the interface decides to split the graph to make it easier to read.  I don't know if there is an API command to control that but you may want to consider creating separate graphs.

RE: Graph is splitted

(OP)
Hi WFGuru,
I also thought this at the beginning BUT I'm not 100% sure about this.
I have another meassure  (SHIKUM),
which  also has small values and it appears with
the other 2 meassures. I discluded SHIKUM from the
command and still KRANOT appers by it own.

Thanks anyway,
OZI

RE: Graph is splitted

(OP)
I succeded to pass around it by selecting a different type of chart:
H/VBRSTK1

ozi

Red Flag This Post

Please let us know here why this post is inappropriate. Reasons such as off-topic, duplicates, flames, illegal, vulgar, or students posting their homework.

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members! Already a Member? Login

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close