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
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