Focal Point
[SOLVED] 2 Reports to be displayed together.

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

October 10, 2008, 08:17 AM
ravindra4s
[SOLVED] 2 Reports to be displayed together.
Hi,

In report1.fex, at the end of the code, i add
-RUN and then start off with another report.

END STYLE
END

-RUN

INCLUDE XYZ
...
...


The purpose is, to get 2 reports one after the other, as a single report. This has to be implemented in PDF.

Please help.

Thanks,
RS.

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


WebFOCUS 7.6.2
October 10, 2008, 08:40 AM
Waz
RS, please research COMPOUND Reports, you will find what you are looking for, click on the Search button at the top right of the page.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

October 10, 2008, 08:52 AM
Spence
TABLE FILE CAR
"Report 1"
PRINT MODEL
BY COUNTRY
BY CAR
ON TABLE PCHOLD FORMAT PDF OPEN NOBREAK
END
TABLE FILE CAR
"Report 2"
SUM SALES
BY COUNTRY
BY CAR
ON TABLE PCHOLD FORMAT PDF CLOSE
END


WF 8 version 8.2.04. Windows.
In focus since 1990.
October 10, 2008, 09:03 AM
GinnyJakes
Or use the PDF Layout Painter which you have because you are using 7.6.2. A suggestion would be to write the two reports independently, i.e. separate focexecs, then a 3rd in PDF Layout Painter to combine them.


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
October 10, 2008, 09:42 AM
ravindra4s
Hi,
I have a compound report thats combines many other reports. I shal add this report2 in that itself.

Thanks a lot.

RS.


WebFOCUS 7.6.2