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.
The burst would only work if the records were going to say differant people. I was just syaing if i wanted them on differant tabs I would do a TOC.
The reason for this is for my QC department. We have what we call an Non-Conformance system and when ever we get bad or problem material from a vendor we create an entry. What we are trying to do is send them an Excel form for each entry. So say for this batch there is 5 problems. Each problem will get its own excel file (generated from webfocus) using a template becuase it is a predesigned for in excel. becuase this is 5 problems they need to be seperated as each one will be dealt with seperatly.
PROD: WF 7.1.3 on Win 2003/IIS 6/Self-Serve & MRE TEST: We dont need no Stinking Test Server!
you can set up a dynamic burst list based upon your first by field for let's say the country (from CAR) and your mailadres could be the same for all these countries. You will get five separate reports (sheets).
See this code
-* File DynamicMail.fex
-*APP HOLD SERVERNAME
SET TITLES = OFF
SET BYDISPLAY = ON
SET HOLDLIST = PRINTONLY
DEFINE FILE CAR
EMAIL_ADDR/A40 = 'yourmail@def.com';
END
TABLE FILE CAR
BY COUNTRY
BY EMAIL_ADDR
ON TABLE HOLD AS CAR_DC
END
-*And in procedure I have written this code:
SET ASNAMES = ON
TABLE FILE CAR_DC
PRINT
COUNTRY AS 'VALUE'
EMAIL_ADDR AS 'DEST'
ON TABLE PCHOLD
END
This generates the dynamic maillist
Then create your report in EXCEL with the country as by field and RC will send you the 5 spreadsheets.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
Actually you can set the burst on option then have the 'burst values' each sent to the same place but will show as different files. Problem would be if you did more than one vendor at a time. I'm assuming here you want idividual responses from the vendors is why the QC doesn't want a combined report of multiple sheets.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004