Focal Point
[CLOSED] HTMTTABLE and PDF

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

October 15, 2010, 07:26 AM
Ramkumar - Webfous
[CLOSED] HTMTTABLE and PDF
I need to generate a PDF with multiple tabular outputs. The DATA is fetched from a single database table. I implemented it in HTML with the beloew code using HTMTTable. Is there a way to write HTMTTABLE inside a PDF output format ?


-* File counterimpl.fex

-SET &ECHO=OFF;

SET PAGE=NOLEAD
-RUN

-REPEAT END_REP FOR &COUNTER FROM 1 TO 5

TABLE FILE BRAND
PRINT
*
WHERE GROUPID EQ '&COUNTER'
ON PAGEID PAGE-BREAK
ON TABLE NOTOTAL
ON TABLE HOLD AS HOLD&COUNTER FORMAT HTMTABLE
END
-RUN

-HTMLFORM BEGIN
!IBI.FIL.HOLD&COUNTER;
-HTMLFORM END

-END_REP

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


Thanks,

Ramkumar.
WebFOCUS/Tableau
Webfocus 8 / 7.7.02
Unix, Windows
HTML/PDF/EXCEL/AHTML/XML/HTML5
October 15, 2010, 09:58 AM
Francis Mariani
Take a look at Creating Reports With WebFOCUS Language > Linking a Report to Other Resources > Creating a Compound Report


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server