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     [CLOSED] PDF formatting issue in WF 769 version

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] PDF formatting issue in WF 769 version
 Login/Join
 
Member
posted
Hi, we need to display around 13 input parameters in Subhead in PDF report. the report has 3 columns so the data in sub head should get wrapped in multiple lines depending on reprot table size, but it is displaying in a single line and getting truncated depending on page size. Is there any work around to display input parameters automatically in multiple lines in sub head in pdf format. thanks

This message has been edited. Last edited by: Kerry,


WebFocus 7.1.4 through Citrix,Windows/UNIX
 
Posts: 13 | Registered: February 18, 2008Report This Post
Expert
posted Hide Post
-SET &P1 = 'ENGLAND';
-SET &P2 = 'FOOTBALL';
-SET &P3 = 'WALES';
-SET &P4 = 'MEATBALLS';
-SET &P5 = 'SCIENCE';
-SET &P6 = 'OLYMPICS';
-SET &P7 = 'VANCOUVER';
-SET &P8 = 'GOLD';
-SET &P9 = 'ANTARCTICA';
-SET &P10 = 'PARIS';
-SET &P11 = 'DJANGO REINHARDT';
-SET &P12 = 'ARCTIC FIRE';
-SET &P13 = 'THELONIOUS MONK ';

TABLE FILE CAR
SUM
COMPUTE HEAD1/A500 = 'HEADING &P1 &P2 &P3 &P4 &P5 &P6 &P7 &P8 &P9 &P10 &P11 &P12 &P13'; NOPRINT
SALES/D6
BY COUNTRY
BY CAR
ON CAR SUBHEAD
"SUBHEAD &P1 &P2 &P3 &P4 &P5 &P6 &P7 &P8 &P9 &P10 &P11 &P12 &P13"
HEADING
"<HEAD1"

ON TABLE SET STYLE *
TYPE=REPORT, SQUEEZE=ON, FONT='ARIAL', SIZE=8, $
TYPE=SUBHEAD, COLOR=BLUE, WRAP=6, $
TYPE=HEADING, COLOR=RED, WRAP=6, $
ENDSTYLE

ON TABLE PCHOLD FORMAT PDF
END


For PDF, WRAP only works for fields not text, so I computed the heading as a field.

To illustrate the different behaviour, I left the subheading as text.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Virtuoso
posted Hide Post
These links decribe a different approach using the LINEBREAK parameter in the StyleSheet.

http://forums.informationbuild...281033762#8281033762

http://www.informationbuilders...r/11-1/05_denst.html


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Expert
posted Hide Post
Thanks Francis,

We (at a previous site) were waiting for 7.6.11 so that we could WRAP SUBHEADings... No more need to wait... Oh, wait a minute, we're getting 7.6.11...
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report 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     [CLOSED] PDF formatting issue in WF 769 version

Copyright © 1996-2020 Information Builders