Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Dynamic Address List for bursting in ReportCaster

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Dynamic Address List for bursting in ReportCaster
 Login/Join
 
Silver Member
posted
I need to create dynamic address list for bursting in ReportCaster. I have data in SQL 2005 table where I have Job_Number and PM_Email_Addr fields, so according to
http://documentation.informationbuilders.com/masterinde..._rc_dynamiclist8.htm
in my case it should be
 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, 2007Report This Post
Member
posted Hide Post
You've got it.


WF 7.1.4 on WIN NT
 
Posts: 4 | Registered: July 25, 2007Report This Post
Silver Member
posted Hide Post
Seva,

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.

Thanks!


7.1.4
UNIX
Excel, PDF, HTML
 
Posts: 36 | Registered: April 09, 2008Report This Post
Virtuoso
posted Hide Post
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, 2006Report This Post
Virtuoso
posted Hide Post
Slim

You do not have to save the file. It is a DYNAMIC list and not a static list.
The PCHOLD creates a kind of XML file.




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, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Dynamic Address List for bursting in ReportCaster

Copyright © 1996-2020 Information Builders