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 should be able to get it to at least work with html and pdf, but I am having problems with that as well. Has anyone gotten around this? here is a sample car fex that I've been using to trouble shoot.
-*SET COMPOUND = OPEN
TABLE FILE CAR
SUM
'CAR.SPECS.MPG'
BY 'CAR.ORIGIN.COUNTRY'
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL2K OPEN
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
$
TYPE=TITLE,
STYLE=BOLD,
$
ENDSTYLE
END
-*SET COMPOUND = CLOSE
TABLE FILE CAR
SUM
'CAR.BODY.RETAIL_COST'
BY 'CAR.ORIGIN.COUNTRY'
HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL2K CLOSE
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=9,
$
TYPE=TITLE,
STYLE=BOLD,
$
ENDSTYLE
END
This message has been edited. Last edited by: EWoerle,
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7
no page breaking doesn't help any. I've never actually bursted a report using ON column-name PAGE-BREAK. From how I understood that bursting works is that it bursts off whatever your first by field is
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7
My understanding is that you need to use the current syntax for creating the compound report in order to get bursting to work properly. Bursting a compound report was not available in previous (pre-7.6.x) versions, so it's somewhat understandable that the "old" syntax would not work for this feature.
Try creating this with the newer compound layout tool and see if it will burst properly.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
I was able to get it to work in the newer compound layout tool in pdf (didn't try it in html). But I could not get it to reportcast it in excel. has anyone acheived that before? or am I pretty much out of luck if I want to do it using Excel?
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7