Focal Point
Pagebreak for each Across verb in Graph

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

March 19, 2008, 01:40 PM
Kamesh
Pagebreak for each Across verb in Graph
Hi,

I want to get a pagebreak for each Across verb in Graph.

GRAPH FILE CAR
SUM
DEALER_COST
BY CAR
ACROSS COUNTRY
END
-EXIT

In the above graph, I want a pagebreak for each country. How can I do that?

Thanks


WFConsultant

WF 8105M on Win7/Tomcat
March 19, 2008, 02:15 PM
GinnyJakes
quote:
GRAPH FILE CAR
SUM
DEALER_COST
BY CAR
ACROSS COUNTRY
END

How's that?


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
March 19, 2008, 02:21 PM
Kamesh
For each country, I need one graph.


WFConsultant

WF 8105M on Win7/Tomcat
March 19, 2008, 03:04 PM
RSquared
quote:
GRAPH FILE CAR
SUM
DEALER_COST
BY CAR
ACROSS COUNTRY
END
-EXIT

Did you try it this way

GRAPH FILE CAR
SUM
DEALER_COST
ACROSS CAR
BY COUNTRY
END
-EXIT


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
March 19, 2008, 03:51 PM
GinnyJakes
Kamesh,

I'm sorry, I posted the wrong code, should be BY not ACROSS for country.

GRAPH FILE CAR
SUM
DEALER_COST
BY COUNTRY
BY CAR
HEADING
"<COUNTRY"
END



Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google