Focal Point
[CLOSED] Does this Graph type exist in DevStudio 7703

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

August 27, 2014, 04:00 PM
RobertF
[CLOSED] Does this Graph type exist in DevStudio 7703
Management is looking for one of two types of graphs. They would like either a thermometor or gauge type graph. It would portray, say actual units vs budget for a year. Budget would be in the background and actual (the thermonetor reading or gauge would superimpose the actual. I guess somewhere in the graph you would outline what constitues Red/yellow/green (gauge) or the thermometor reading color.

I have seen these graphs elsewhere but could not find them in the BI tool. I could not even find a simple single bar graph that I could get to emulate this. Thoughts...

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


WebFOCUS 8206.08
Windows, All Outputs
August 27, 2014, 05:59 PM
SWES
Robert, are you using Advanced Graph Assistant? I think the gauge shows right up when you open Advanced Graph Assistant. I don't think there is a thermometer available.


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
August 28, 2014, 04:04 AM
SWES
To follow up: I checked in Advanced Graph Assistant and both the thermometer and gauge are available. When you click on the 'Chart type' tab and then click the button most right labeled 'Special' you will be able to select them.


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
August 28, 2014, 04:46 PM
RobertF
I will look, I saw the guage...could nto figure out how to use it...I'll look into the thermometor..THANKS!


WebFOCUS 8206.08
Windows, All Outputs
August 28, 2014, 04:57 PM
RobertF
Yes, I see the thermometor gauge...but it does not behave as they request...so far as I can see anyway. It looks like it plots a single piece of data. Ex: Actual amount or Ex: Budget Amount. What they want is a thermometor that plots Actual *over* Budget where you can control the color to be red/yellow/green depending on how high the actual amount is in relation to budget.

Anyone ever tried something like this?


WebFOCUS 8206.08
Windows, All Outputs
August 29, 2014, 06:08 AM
SWES
OK I see what you're looking for. When you look at the thermometer's description it says: 'it will show the value of a single data point'. However, maybe you can try to realize '2 axis' in the coding:

For a dual-axis bar graph the assistant generates:
ON GRAPH SET LOOKGRAPH VBAR2AX


so you can try to replace VBAR with the thermometer maybe.

and also

setAxisAssignment(getSeries(2),1);


Hopefully this will help you,

SWES


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
August 29, 2014, 07:58 AM
Dave
RobertF

Use the gauge ( although horrible graphic ).

In Webfocus you can add two ( or ) more dails to the same gauge.

i.e. Actual and Budget.

( any other graphic, expect pies, could visualize it better... ...but hey. )

G'luck,
Dave


_____________________
WF: 8.0.0.9 > going 8.2.0.5
August 29, 2014, 08:32 AM
RobertF
Thanks guys...I will try.


WebFOCUS 8206.08
Windows, All Outputs