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 have developed a report with MR to produce a report (output to Excel w/formulas) based on 3 parameters. I need to run this report for about 150 sets of parameters and then email the report to 150 indivduals each month. I am new to WF and have been struggling to figure out how to make this work in Report Caster... Any suggestions out there?This message has been edited. Last edited by: Kerry,
Creating an temporary table which will have those 150 parameter set and join that with your main table. Then while displaying the result, sort the table by using the parameter set fields.
EXAMPLE
TABLE FILE TEMP PRINT NAME ID ON TABLE HOLD AS TEMP1 END -RUN
JOIN NAME IN MAINTABLE TO NAME IN TEMP1
TABLE FILE MAINTABLE PRINT DETAILS BY NAME BY ID END -EXIT
In Reportcaster, use the burst option and give the individual email id.
It just an thought.
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
If there is a relation between the parameters and the 150 receivers it should be easy To give you the perfect answer we need to know a bit more. Try to simplify your question with the use of the CAR dataset or one of the other example databases.
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