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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
wrap on tabfooting
 Login/Join
 
Platinum Member
posted
This morning I noticed a post on how to wrap a field when using on table subfoot. I had to define a new field and assign my variable to it. No problem. I've been testing all day and it's worked great when I select several hundred options. The only snag is when testing all selection variables which adds up to about 1070 characters. The first 10 characters appear with 1 character on each line and then once 10 lines appear, then it wraps correctly. If I select all but 1, then the first 6 characters appear with 1 character on each line and then once 6 lines appear, then it wraps correctly. So, it's almost like of limitation of 1050 or around that number. This is what you would see on the report:

Criteria Value: 0
0
0
1
,
0
0
0
2,0003,0004,0005,0006,etc.

Has anyone seen this before? I've included my stylesheet.

-DEFAULT &FOOTER_CRITERIA=' ';

-SET &FOOTER_CRITERIA='0001,0002,0003,0004,0005,0122,0138,0156,0166,0190,0202,0217,0230,0231,0233,0234,0237,0264,0274,0290,0299,0314,0316,0334,0339,0347,0348,0349,0350,0366,0379,0381,0384,0396,0414,0415,0424,0445,0463,0464,0466,0471,0484,0508,0510,0514,0517,0520,0521,0542,0581,0586,0591,0603,0609,0635,0638,0646,0648,0652,0667,0675,0736,0787,0801,0806,0808,0813,0814,0815,0817,0820,0823,0833,0836,0839,0857,0874,0877,0880,0899,0907,0941,0952,0956,0959,0962,1079,1092,1096,1106,1114,1124,1135,1136,1139,1140,1152,1154,1165,1168,1180,1181,1203,1207,1255,1281,1282,1299,1300,1362,1366,1367,1371,1372,1373,1402,1406,1409,1418,1421,1465,1473,1474,1478,1510,1514,1520,1537,1545,1547,1580,1589,1620,1647,1655,1658,1686,1697,1707,1721,1723,1725,1735,1736,1750,1754,1756,1760,1761,1784,1786,1787,1788,1789,1790,1791,1792,1793,1795,1796,1797,1798,1800,1801,1889,1890,1892,2141,2144,2235,2308,2338,2393,2399,2401,2460,2519,2561,2576,2578,2597,2600,3050,3064,3207,3524,4500,4505,4523,4524,4538,4540,4541,4561,4562,4571,4574,4575,4576,4582,4599,4615,4619,6303,6317,6336,7046,7048,7081,7141,7142';

my define:
DEFINE FILE ABC
CRITERIAVAL/A1600='&FOOTER_CRITERIA';
END

ON TABLE SUBFOOT
" "
"REPORT CRITERIA: "
"<3 Client <17 CTS
"
"<3 Date From <17 20070706
"
"<3 Date To <17 20070706
"
"<3 Criteria Type <17 Number
"
"<3 Criteria Value <17 "<40 * * * * * E N D O F R E P O R T * * * * * "

-MORE

ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD AS OUTFILE FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.500000,
RIGHTMARGIN=0.500000,
TOPMARGIN=0.250000,
BOTTOMMARGIN=0.250000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TABFOOTING,
LINE=7,
ITEM=2,
WRAP=7.5,
$

Thanks.


webfocus 8.105M; os: windows; pdf, html, exl2k, csv
 
Posts: 179 | Registered: November 10, 2004Report This Post
Platinum Member
posted Hide Post
My stylesheet didn't show ... so here it is.

ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE HOLD AS OUTFILE FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='Letter',
LEFTMARGIN=0.500000,
RIGHTMARGIN=0.500000,
TOPMARGIN=0.250000,
BOTTOMMARGIN=0.250000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TABFOOTING,
LINE=7,
ITEM=2,
WRAP=7.5,
$

Thanks.


webfocus 8.105M; os: windows; pdf, html, exl2k, csv
 
Posts: 179 | Registered: November 10, 2004Report This Post
Expert
posted Hide Post
Have you tried a blank after every comma in
-SET &FOOTER_CRITERIA?


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
Platinum Member
posted Hide Post
yup ... tried the spaces and it didn't work either. Thanks for the suggestions.


webfocus 8.105M; os: windows; pdf, html, exl2k, csv
 
Posts: 179 | Registered: November 10, 2004Report This Post
Platinum Member
posted Hide Post
IBI believes this is a bug and is researching. It may be a limit with the -set command.


webfocus 8.105M; os: windows; pdf, html, exl2k, csv
 
Posts: 179 | Registered: November 10, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders