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     [CLOSED] ReportCaster distribution list / address book

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] ReportCaster distribution list / address book
 Login/Join
 
Expert
posted
Can the addresses, which reside in an address book, used as a (not Dynamic) "Distirbution List" contain more the one email address? If so, what's the delimiter?

The reason that I ask is the I have an address book something like this:
HF  A@THIS.COM
DD  A@THIS.COM,B@THIS.COM
LD  C@THIS.COM,D@THIS.COM,E@THIS.COM

Etc...

My fex is somthing like this:
DEFINE FILE MyFile
BurstValue/A6 = IF A2 EQ 'HUEY' THEN 'HUEY'
           ELSE IF A2 EQ 'DUEY' THEN 'DUEY'
           ELSE IF A2 EQ 'LUEY' THEN 'LUEY'
           ELSE                      'DONALD' ;
END
-RUN
TABLE FILE MyFile
HEADING
"Information For: <BurstValue "
PRINT FILED1 FIELD2 FIELD3 FIELD4 FIELD5 FIELD6
BY BurstValue NOPRINT
ON TABLE SET PAGE-NUM OFF
ON TABLE SET BYDISPLAY ON
ON TABLE NOTOTAL
ON TABLE SET COMPOUND 'BYTOC 1'
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
. . .
ENDSTYLE
END

This message has been edited. Last edited by: Doug,
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report This Post
Master
posted Hide Post
Hi,

I tried with comma( , ) a well semi-colon( ; ) as delimiter for multiple email address and both works fine.

Do you see any issues?

Thanks,
Ram
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Guru
posted Hide Post
Hi Doug,

As Ram said, it works for me as well. I used ;

DEFINE FILE CAR
CNTY_TEST/A20=IF COUNTRY EQ 'ENGLAND' THEN 'ENG' ELSE IF COUNTRY EQ 'ITALY' THEN 'ITA' ELSE 'INDIA';
END
TABLE FILE CAR
SUM SALES SEATS
BY CNTY_TEST
BY CAR
ON TABLE SET COMPOUND 'BYTOC 1'
ON TABLE PCHOLD FORMAT EXL07
END


ENG to A@THIS.COM
ITA to A@THIS.COM,B@THIS.COM



-Rifaz

WebFOCUS 7.7.x and 8.x
 
Posts: 406 | Location: India | Registered: June 13, 2013Report This Post
Expert
posted Hide Post
Problem: The root cause of my issue was bursting on a DEFINEd value from an unsorted source file.
Action: I held that data in a hold file, sorted by the burst value.
Result: It worked as required.
 
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005Report 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     [CLOSED] ReportCaster distribution list / address book

Copyright © 1996-2020 Information Builders