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 found a use for this feature. To my dismay it appears if I use this report type, I give up my ability to control column widths. I am in the GUI and no matter what settings I make (Max/Min/Truncate etc) the columns appear to use the longest value present to set the default column widths. As you go from page to page the report changes deminsions making for a messy looking presentation. Further, I'd like to pad a little space between my measure columms for better readiability.
Is there a way in the GUI to control the column width and if so how. Failing that, can it be done in the code? If so can someone provide an example.
Thanks!This message has been edited. Last edited by: <Kathryn Henning>,
TABLE FILE CAR
SUM
SALES
SEATS
WIDTH
HEIGHT
BY COUNTRY
BY CAR
BY MODEL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=REPORT, COLUMN=MODEL, WRAP=10, $
ENDSTYLE
END
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
what I discovered is that varying the size of the box on the HTML page affects the width of certain columns no matter how they are set in the fex. I have not been able to determine how/why certain columns are made bigger or smaller vs others.
I tried the WRAP. I set all to wrap 1". It expanded 3 of 4 columns to best fit the HTML block I had drawn.
Now I created a new Active report with 7 columns. I can not stretch any of them. The report is essentially condencng everything right up against each other. Is there some sort of Page Width setting or something I need to make?