Hi, You can loop the results into a single field.
For example if the single field is field is $Mail_Output$ and the column is $TableFieldColumn$, the set fields on the table loop would be; $Mail_Output$ = $Mail_Output$ + "<Hard Return>"+$TableFieldColumn$ That way each row in the table would be given it's own output line - once table loop complete, then push contents of $Mail_Output$ in an e-mail Chris On Nov 15, 2007 8:34 AM, Chris While <[EMAIL PROTECTED]> wrote: > Hi, > > You can loop the results into a single field? > > For example if the single field is field is $Mail_Output$ and the > column is $TableFieldColumn$, the set fields on the table loop would > be; > > $Mail_Output$ = $Mail_Output$ + "<Hard Return>"+$TableFieldColumn$ > > That way each row in the table would be given it's own output line - > once table loop complete, then push contents of $Mail_Output$ in an > e-mail > > Chris > > > On Mar 14, 2007 7:13 PM, Patrick St-Pierre <[EMAIL PROTECTED]> wrote: > > Hi, i have to send a email every 15 minutes, that email contains a summary > > of the ticket and a link (to the mide tier) of the ticket, but in this > > email i cna have 4-7 or 20 ticket = 20 link .... > > > > I don't know how to do that ... > > > > i try with a filter guide that loops on a table that contains the ticket > > info .. but after where i stock information to get all in the same email ? > > > > like that > > > > > > Ticket is open problem network http://server/midtier/shared/serverHD0333333 > > Ticket open printer failed http://server/midtier/shared/serverHD02525 > > Ticket open server down http://server/midtier/shared/serverHD77878 > > > > all in the same email > > > > thanks > > > > _______________________________________________________________________________ > > UNSUBSCRIBE or access ARSlist Archives at www.arslist.org > > Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" > > > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

