As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
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_REPThis 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
Posts: 394 | Location: Chennai | Registered: December 02, 2009