Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Help on report formatting in a different way

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Help on report formatting in a different way
 Login/Join
 
<Vipul>
posted
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
-----------ModelBig GrinORA
-----------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.

Please any ideas/solutions will be appreciated.

Thanks,

Vipul
 
Report This Post
Platinum Member
posted Hide Post
For example, using OVER phrase:


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,
Mikel

This message has been edited. Last edited by: <Mabel>,
 
Posts: 173 | Location: Madrid, Spain | Registered: May 09, 2003Report This Post
<Vipul>
posted
Thks Mikel,

It worked. Hurray.

Really appretiate your help.

Vipul
 
Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Help on report formatting in a different way

Copyright © 1996-2020 Information Builders