Focal Point
[CLOSED] Stacked Graph

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1187064276

September 01, 2014, 09:35 AM
beffes
[CLOSED] Stacked Graph
Hello,

I'm trying to make a stacked graph,

I have a table with 3 columns:
PROGRAMS(A20) - P1,P2,P3 ...
YEAR (I4) - 2013, 2014, 2015 ...
VALUE (I3) - 50, 75, 100

P1,50,2013
P1,75,2014
P1,100,2015
P2,50,2013
P2,75,2015
P2,100,2016
P3,50,2013
P3,75,2014
P3,100,2016

what I want it to look is something like this:
________________________________
2016 |__________|_100_|__|_100_|
2015 |__|_100_|__|_75__|__|_____|
2014 |__|_75__|__|_____|__|_75__|
2013 |__|_50__|__|_50__|__|_50__|_
_________P1______P2_______P3

The Programs on the X axle
The Year on the Y axle
And the Bars with the VALUE stacked with the value starting at 0.

I get an error that the Y axle is not a numeric field, what do i need to get this graph?

greetings,
Bruno.

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


WebFOCUS 8.0.08
Windows, All Outputs
September 01, 2014, 05:14 PM
Waz
Can you post your code.

It should work


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!