Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Group emails Post Reply Post New Topic
Author Message
pe1826
Newbie
Newbie
Avatar

Joined: 24 Apr 2013
Location: United Kingdom
Online Status: Offline
Posts: 2
Quote pe1826 Replybullet Topic: Group emails
    Posted: 24 Apr 2013 at 4:26am

Hello,

I hope someone can help?

I have an Error Check report which lists new records added within the last month that highlights any specific errors. The report, which looks something like the image below is grouped by Team and then by User.

Current.JPG

What I would like to do, preferably in one of the Group Headers is to create a string/formula that concatenates the user names (email addresses), along with the managers email address (included in the raw data), with each name seperated by a semi-colon ready to use in an email address field. eg manager1@hopeful.com; Joe.bloggs@hopeful.com; Sally.sprout@hopeful.com

Any help would be much appreciated.

Kind regards

Paul

IP IP Logged
Sastry
Moderator
Moderator
Avatar

Joined: 16 Jul 2012
Online Status: Offline
Posts: 537
Quote Sastry Replybullet Posted: 24 Apr 2013 at 4:41am
Hi

It is possible only to print in footers not in headers.

follow this :

create below formulas and place them on mention secions:

@init

Whileprintingrecords;
Stringvar mail:=' '; // Place this formula on group header

@acc
Whileprintingrecords;
Stringvar mail:=mail+{userName}+';';
//Place this on your detai or user group

@disp

Whileprintingrecords;
Stringvar mail; //Place this on group footer.

Thanks,
Sastry
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.020 seconds.