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.
Until now I thought that a compound report simply rendered its component reports individually and appended the result to a larger document.
I am using WRAP=2 in a report's style section to wrap long text and it's working fine. However, when this report is included in a compound report the same text is not wrapped. Because the text doesn't wrap I get columns overlapping each other.
The relevant line in my compound report looks like this:
Does each "report" have it's own style sheet? That is, do they share, or not share, a common style sheet? Are your column references numberic, like N# or C#, or are the using the absolute field names (that's my preference)?
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
All of the component reports share a common stylesheet, but the wrapping parameters are only relevant in one, so WRAP is included in this report's fex only.
ON TABLE SET STYLE *
INCLUDE = CMN_rpt,
$
TYPE=DATA,
COLUMN=POLICY,
WRAP=2,
$
ENDSTYLE
As shown in my first post the compound report includes the individual report with DIMENSION(* *). I changed this to real numbers, thinking that perhaps the individual report didn't know how wide it was, and that's why WRAP wasn't being applied. This did make a difference - the first column's text was visible over a wider area - but it still didn't wrap and the fourth column still overlapped the first.
WebFocus 7.7 Windows Server 2008 R2 HTML Reporting
I've pasted the contents below. However I don't understand how this would be relevant - the problem report has the same styles applied when rendered individually and when in the compound report.
In the case of a compound report, the syntax that you have implies a portrait layout, I wanted to see if you had conflicting styling in your style sheet (you don't).
The width of your output is restricted to 7.479in but what is the width of your report outside of the compound? You might need to play with left gap, right gap and margin in your style sheet to get a decent layout.
I have had situations where I have had to play with numerous style values to gain a "clean" and flowing multi page document. Time consuming but worth the end result!
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Tony, thanks for the suggestion, I'll give it a try shortly. I have also opened a support case with IBI so I'll report back here if something useful comes out of it.
WebFocus 7.7 Windows Server 2008 R2 HTML Reporting