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.
You can also use the famous McGyver Technique... should be easy to search for McGyver in the forum or even the entire ibi site. Basically, it allows you to output multiple rows with one input row.
So in your original 'hold creation' are you using across to get the data or just a simple print statement? And additionally, is it really just 8 data items or are there many more that you want to become a column of data in a hold file?
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
This is my first time to use the Mcgyver technique. In this technique,
JOIN BLANK WITH RPH IN CAR TO BLANK IN FSEQ AS AJ DEFINE FILE CAR BLANK/A1 WITH RPH = ' ' ; VERBOBJ/D7 = IF COUNTER EQ 1 THEN RCOST ELSE IF COUNTER EQ 2 THEN DCOST ELSE IF COUNTER EQ 3 THEN SALES ELSE IF COUNTER EQ 4 THEN MPG ELSE IF COUNTER EQ 5 THEN RPH ELSE 0; TITLE_VO/A13 = DECODE COUNTER (1 'RETAIL_COST' 2 'DEALER_COST' 3 'SALES' 4 'MILES_PER_GAL' 5 'REV_PER_HOUR' ELSE ' '); END TABLE FILE CAR SUM VERBOBJ AS ' ' ACROSS SEATS ACROSS BODYTYPE BY COUNTRY BY COUNTER NOPRINT BY TITLE_VO AS ' ' IF COUNTER LE 5 END
What does the FSEQ contains? I've seen how to create the FSEQ file but what does this file contains to make this technique work?
7.6.6 Windows 2003 Server, Sybase IQ, DB2, SQL Server and Oracle Databases Excel, HTML and PDF
TABLE FILE WHATEVER
PRINT
COL1 AS COLUMNA
ON TABLE HOLD AS TABLE1
END
TABLE FILE WHATEVER
PRINT
COL2 AS COLUMNA
ON TABLE HOLD AS TABLE2
END
TABLE FILE WHATEVER
PRINT
COL3 AS COLUMNA
ON TABLE HOLD AS TABLE3
END
TABLE FILE WHATEVER
PRINT
COL4 AS COLUMNA
ON TABLE HOLD AS TABLE4
END
TABLE FILE HOLD1
PRINT
COLUMNA
ON TABLE HOLD AS TABLEALL
MORE
FILE TABLE2
MORE
FILE TABLE3
MORE
FILE TABLE4
END
TABLE FILE TABLEALL
PRINT
COLUMNA
END
WF 7.6.11 Oracle WebSphere Windows NT-5.2 x86 32bit