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.
I have a PDF report in which one of the column's data looks some thing like below. I get additional space between two lines of the data.How can we remove this, i have tweaked with XXXXgaps & XXXXmargins ----Sample Data------ 1.Hi, this is sagar
have you reported it before?[121] ----End Of Sample data--- And the Styling currently applied in my report for the PDF format is something like this ON TABLE SET STYLE * UNITS=IN, PAGESIZE='Letter', LEFTMARGIN=0.150, RIGHTMARGIN=0.15, TOPMARGIN=0.150, BOTTOMMARGIN=0.150, SQUEEZE=OFF, ORIENTATION=LANDSCAPE,$ TYPE=REPORT, GRID=OFF, LEFTGAP=0.04,RIGHTGAP=0.03, FONT='ARIAL',SIZE=8,COLOR='BLACK', STYLE=NORMAL,JUSTIFY=LEFT, BACKCOLOR='NONE',$ Can any body help me on this ...
7.6.4 Unix & Windows Excel,HTML,PDF,PPT,AHTML
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008
And what does the rest of your fex look like? In particular, what fields are printed and how? It would be best to make your code as small as possible while still showing the problem, and then post it in it's entirety between the < / > code tags.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
its a compute variable being printed as a column SRDIR and TRMDIR are COMPUTE variables as well COMPUTE MAT/A800V = SRDIR||'.'||CAR|' '||'['||TRIMDIR||']';AS 'my col' and the styling for this in the report is
TYPE=REPORT,COLUMN=N5,WRAP=1.95,$
7.6.4 Unix & Windows Excel,HTML,PDF,PPT,AHTML
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008