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.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Hi All, I was wondering if we can have Report header/footer in CSV report or not. I tried HEADING and FOOTING for this but it looks like webfocus is completely ignoring it and only report (with columns header and data) is getting popped up. Is it something not feasible in webfocus CSV report? Any guidance would be very helpful.
Many Thanks.This message has been edited. Last edited by: FP Mod Chuck,
With a little search, if I understand properly your need to also include column's heading, you will have found that : ON TABLE HOLD AS abc FORMAT COM is for CSV and that ON TABLE HOLD AS abc FORMAT COMT is for CSV with titles
Is that what your looking for ?
If you're talking pure HEADING and FOOTING (from the report formatting) I don't think that it's something that you can perform since a CSV format save the DATA, not the report format/layout.
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
FILEDEF HOLDA DISK C:\TEMP\HOLDA.FTM -RUN -* This is the header TABLE FILE HOLDSEC PRINT DATE_LIT AS '' BY PROV_ORG NOPRINT WHERE READLIMIT EQ 1 ON TABLE HOLD AS HOLDA FORMAT ALPHA END -RUN FILEDEF HOLDB DISK C:\TEMP\HOLDA.FTM (APPEND -RUN -* This is the report TABLE FILE HOLDSEC PRINT whatever ON TABLE HOLD AS HOLDB FORMAT ALPHA END FILEDEF HOLDC DISK C:\TEMP\HOLDA.FTM (APPEND -RUN TABLE FILE HOLDA PRINT * ON TABLE PCHOLD FORMAT ALPHA END
-* This is the footer
WF 7.6.11 Oracle WebSphere Windows NT-5.2 x86 32bit