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] Reducing the column width not the column value length

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Reducing the column width not the column value length
 Login/Join
 
Platinum Member
posted
Hi,

I have a big report which has lots of hold files merged using MORE command.I hold the final hold file after merging in FOCUS format,so that i can apply styling to columns/rows.
I somehow managed to bring all the stylings but when i referene the report in compound document the report is too wide.The output format is PDF and how can i reduce the width of columns(E01,E02 etc) to a particular value.?
I tried using Squeeze,Wrap but it reduces the data length ,i think so.I can good amount of space in the individual columns which if i can reduce,makes the report look good.
Any suggestion?

This message has been edited. Last edited by: FP Mod Chuck,


WF8206,Windows 7,8,10
HTM,PDF,EXCEL
 
Posts: 229 | Location: MI | Registered: September 13, 2017Report This Post
Platinum Member
posted Hide Post
Maybe you can reduce the LEFTGAP and RIGHTGAP?


WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster
 
Posts: 168 | Registered: March 29, 2013Report This Post
Virtuoso
posted Hide Post
Changing the font size could be an option.
Sometime decreasing only from 1 is enough and doesn't make that much difference on the report.

From
TYPE=REPORT, SIZE=10, $
To
TYPE=REPORT, SIZE=9, $


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Member
posted Hide Post
When the format is PDF, the default spacing between columns is 2. You can change that to 1 using IN +1 like in the code below:

TABLE FILE CAR
PRINT
COUNTRY IN +1
CAR IN +1
MODEL IN +1
WARRANTY IN +1

ON TABLE PCHOLD FORMAT PDF
END

I often use this method to get columns to fit on one page with PDF format.


WebFOCUS 8.2.01M
 
Posts: 12 | Location: Charlotte, NC | Registered: December 19, 2012Report 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] Reducing the column width not the column value length

Copyright © 1996-2020 Information Builders