Focal Point
[SOLVED]How Do I make a define in Advanced Graph tool

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

April 05, 2013, 03:00 PM
karinC
[SOLVED]How Do I make a define in Advanced Graph tool
I would like to build define in a graph in the advanced graph tool but I don't know how to do that. I have noticed a way to do compute. I would greatly appreciate any assistance.

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


WebFocus 8
Windows 7
All outputs
April 05, 2013, 04:51 PM
Jump_faster
You can use
 Define 
same way on Graph as you are using on Report.

 
DEFINE FILE CAR
CAR/A20 = IF CAR EQ 'GERMANY' THEN 'YES' ELSE 'NO';
END
GRAPH FILE CAR
......
 



WebFOCUS 7.7. Windows Server 2008. All Outputs.

WEBFOCUS 7.6.11. Windows Server 2003. All Outputs.
April 07, 2013, 01:42 AM
Danny-SRL
Create your DEFINE before entering the Advanced Graph. The DEFINEd field will appear on the list of fields.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

April 09, 2013, 03:07 PM
karinC
Thank you Danny-SRL
That worked Smiler


WebFocus 8
Windows 7
All outputs