Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Email bursting using RDC

Status
Not open for further replies.

D1000

Technical User
Aug 16, 2002
46
US
We are using the RDC component to develop a mechanism for distributing reports to X number of users by email.

Each user will receieve only their own subset of data. Is there a more efficient way of gathering this information rather than running the report X times, once for each user with a defined parameter list?

Does the RDC API allow us to run the report once, then filter data and export it to another report several times?

Any examples would be much appreciated.

Thanks in advance for any assistance.
 
I am familiar with the utility you mentioned but due to certain business requirements we cannot use it.
 
I don't think that Crystal allows for this.

You'd have to run it for each email recipient, or group by the recipient, export it and then burst it externally.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top