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.
I need to generate a report whose output format is compound csv.Csv for a single table output works fine .But i am not able to generate Compund CSV. Thanks in Advance
are you talking about creating an Excel output with your csv that is multiple tabs?
what you're asking for doesn't make sense if I understand it correctly. If you have two comma-delimited outputs that you want to put on the same html layout, you're doing something very...different.
Let us know what you want your result to be and maybe one of us can help.
Thanks.
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
CSV is a pretty simple format ... two get two answer sets in one file ... A MATCH on a dummy key will work too.
APP FI FRED DISK WILMA/FRED.CSV (LRECL 500 RECFM V TABLE FILE CAR SUM DC RC BY COUNTRY ON TABLE HOLD AS FRED FORMAT COM END APP FI FRED DISK WILMA/FRED.CSV (LRECL 500 RECFM V APPEND TABLE FILE CAR SUM DC RC BY CAR ON TABLE HOLD AS FRED FORMAT COM END
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
I would define a record type. DEFINE FILE CAR REC_TYPE/A1='1'; END APP FI FRED DISK WILMA/FRED.CSV (LRECL 500 RECFM V TABLE FILE CAR SUM REC_TYPE DC RC BY COUNTRY ON TABLE HOLD AS FRED FORMAT COM END APP FI FRED DISK WILMA/FRED.CSV (LRECL 500 RECFM V APPEND DEFINE FILE CAR REC_TYPE/A1='2'; END TABLE FILE CAR SUM REC_TYPE DC RC BY CAR ON TABLE HOLD AS FRED FORMAT COM END
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007