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.
SET ASNAMES=ON
TABLE FILE JOBSUMMARY
PRINT JOB_NUMBER AS 'VALUE'
PM_EMAIL_ADDR AS 'DEST'
ON TABLE PCHOLD
END
What should I do next? How I make ReportCaster aware that it should be using this info? Should I Edit ReportCaster Schedule / Distribution tab / select Type 'Dynamic Address' / click next to 'To' field and select Dynamic Address Procedure (where I have the above code)? Thanks
WF 7.6.4, Win XP, SQL 2005
Posts: 42 | Location: California | Registered: August 17, 2007
How did you create the master file with the email address and burst value and where did you save the file? Does it matter what directory? I want to do something similar.
Slim, You need a file that contains pairs of values. One field, called VALUE contains the values of the outer sortfield of your report, the one that you will code BY sortfield PAGE-BREAK. The other field called DEST contains the corresponding e-mail address. Write a simple focexec like the one below. Enter its name in the "To" field of the Distribution information of your RC.
TABLE FILE EMAIL
PRINT DEST
BY VALUE
ON TABLE PCHOLD
END
That's it. Good luck!
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