Focal Point
[CLOSED] Problem with merge in compound report

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

August 14, 2009, 06:03 AM
Santhu
[CLOSED] Problem with merge in compound report
I have 4 car reports(Procedures).
For 1, 4 reports i want MERGE=OFF, and
For 2, 3 reports i want MERGE=ON,
Can anybody help me out..
how can i proceed on?

Here is the fex:
-* File car4.fex
COMPOUND LAYOUT
UNITS=IN, $
SECTION=section1, LAYOUT=ON, MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=Letter, $
pagelayout=1, name='Layout page 1', $
component='report1', type=report, position=(0.104 0.104), dimension=(4.271 2.292), $
component='report2', type=report, position=(0.104 2.604), dimension=(4.375 2.500), $
component='report3', type=report, position=(0.104 3.604), dimension=(4.475 2.600), $
component='report4', type=report, position=(0.104 4.604), dimension=(4.575 2.700), $
END
SET COMPONENT='report1'
-*component_type report
EX CAR1
SET COMPONENT='report2'
-*component_type report
EX CAR2
SET COMPONENT='report3'
-*component_type report
EX CAR1
SET COMPONENT='report4'
-*component_type report
EX CAR2
COMPOUND END

This message has been edited. Last edited by: Kerry,


WebFOCUS 8.0.0.7 App Studio
August 14, 2009, 09:53 AM
GinnyJakes
I'm not sure you can do that. If you look at the control, the coordinate option is set at the document level. You might try having different page layouts and see if you can do it that way.

Or rewrite 2 and 3 so that they are one focexec and do the coordinating yourself.


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
August 14, 2009, 12:57 PM
Darin Lee
That's correct. MERGE is either ON or OFF for the entire compound document. If you want something different you'll have to manage it yourself, as Ginny says.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat