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.
Please Help, I need a report in the following format:
CAR-------Specifications JAGUAR---Seats:2 ----------Model:V12XKE ----------Body:AUTO CONVERTIBLE JAGUAR---Seats:5 ----------Model:XJ12L ----------Body:AUTO SEDAN MASERATI-Seats:2 -----------ModelORA -----------Body:2 DOOR COUPE
The dashes are just to show the alignment. There are just two columns and the value of Seats and Model and Body are under the column titled as Specifications.
TABLE FILE CAR HEADING "CAR<+0>Specifications" " " PRINT CAR AS '' COMPUTE TXT1/A40 = 'Model: ' ; AS '' MODEL AS '' OVER COMPUTE FILLER1/A1 = ' '; AS '' COMPUTE TXT2/A40 = 'Body: ' ; AS '' BODY AS '' OVER COMPUTE FILLER2/A1 = ' '; AS '' COMPUTE TXT3/A40 = 'Seats: ' ; AS '' SEATS AS '' OVER COMPUTE HR/A4 = ' ' ; AS '' BY CAR NOPRINT PAGE-BREAK BY MODEL NOPRINT BY BODY NOPRINT ON TABLE SET PAGE NOLEAD ON TABLE SET STYLE * TYPE=REPORT, GRID=OFF, $ TYPE=HEADING, HEADALIGN=BODY, $ TYPE=HEADING, LINE=1, BACKCOLOR=SILVER, $ TYPE=HEADING, LINE=1, ITEM=2, COLSPAN=2, $ TYPE=DATA, COLUMN=SEAT, JUSTIFY=LEFT, $ END Regards, MikelThis message has been edited. Last edited by: <Mabel>,