I currently have WebFocus version 4:36, and I want to be able to incorporate two graphs into one page. I tried the following code, but it is giving me error message. And both file work okay independently; however, when I do include, it doesn't work.
Here are my codes:
SET GRAPHEDIT = OFF
GRAPH FILE ALLWO
HEADING
"OVERALL WORKLOAD"
SUM
CNT.WR_NO AS 'WORKLOAD STATUS'
BY STATUS
ON GRAPH SET LOOKGRAPH PIE
ON GRAPH SET GRAPHSTYLE *
set Selectionenable(5);
setLegendMarkerPosition(3);
setConnectLineMarkers(true);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(true);
setO1MinorGridDisplay(true);
setSeriesType(0,1);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(true);
setY1MinorGridDisplay(true);
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setLegendDisplay(true);
ENDSTYLE
ON GRAPH SET BARNUMB ON
ON GRAPH SET 3D OFF
ON GRAPH SET GRID ON
ON GRAPH SET HAXIS 600
END
-INCLUDE TYPEOVERALL.FEX
This is the error message that I get:
"this run has expired
please rerun from the tool that created the run"
As well as this:
"there was a error running 'app/schedtsk.fex' this error has to to with the file 'typeoverall.fex' it may be missing the internal errorcode was '1023'"
Thank you,
h1004
Here are my codes:
SET GRAPHEDIT = OFF
GRAPH FILE ALLWO
HEADING
"OVERALL WORKLOAD"
SUM
CNT.WR_NO AS 'WORKLOAD STATUS'
BY STATUS
ON GRAPH SET LOOKGRAPH PIE
ON GRAPH SET GRAPHSTYLE *
set Selectionenable(5);
setLegendMarkerPosition(3);
setConnectLineMarkers(true);
setO1LabelDisplay(true);
setO1AxisSide(0);
setO1MajorGridDisplay(true);
setO1MinorGridDisplay(true);
setSeriesType(0,1);
setY1LabelDisplay(true);
setY1AxisSide(0);
setY1MajorGridDisplay(true);
setY1MinorGridDisplay(true);
setPieFeelerTextDisplay(1);
setPieLabelDisplay(0);
setTextFormatPreset(getPieSliceLabel(),1);
setLegendDisplay(true);
ENDSTYLE
ON GRAPH SET BARNUMB ON
ON GRAPH SET 3D OFF
ON GRAPH SET GRID ON
ON GRAPH SET HAXIS 600
END
-INCLUDE TYPEOVERALL.FEX
This is the error message that I get:
"this run has expired
please rerun from the tool that created the run"
As well as this:
"there was a error running 'app/schedtsk.fex' this error has to to with the file 'typeoverall.fex' it may be missing the internal errorcode was '1023'"
Thank you,
h1004