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.
-* File krish3.fex
DEFINE FILE CAR
UNDER/I1=IF SALES LT 12000 THEN 0 ELSE 1;
END
TABLE FILE CAR
PRINT SALES AS ''
BY UNDER NOPRINT PAGE-BREAK
BY COUNTRY AS ''
BY CAR AS ''
BY MODEL AS ''
ON UNDER SUBHEAD
"COUNTRY<+0>CAR<+0>MODEL<+0>UNDERPERFORMED"
WHEN UNDER EQ 0
SUBHEAD
"COUNTRY<+0>CAR<+0>MODEL<+0>SALES"
WHEN UNDER GT 0
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=SUBHEAD, HEADALIGN=BODY, $
ENDSTYLE
END
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
I may be mistaken, but I think that bursting of compound documents through RC was a new feature in 7.6.9.
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
If Darin is correct in his assumption then that is a good move, however, the method I use is to create a compound file in a network location for each "burst" value. As I build each report I also build a VB Script file that will be run upon completion. This VB Script file opens each file in turn and saves it to the same location but as a format of "xlNormal". The VB Script file then sends the file(s) to the various email addresses using CDONTS. This is something you might be able to do as you are on a windows setup - if you were on Unix then I would ask another contributor to advise.
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