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     [Solved] Distributing attachments.

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Solved] Distributing attachments.
 Login/Join
 
Gold member
posted
I do have multiple burst values and multiple attachments(all images) for each burst value.
How can I distribute attachments(all images) to corresponding email addresses on the basis of burst values.
Can anybody help?

This message has been edited. Last edited by: Prash1983,


webFOCUS 7.6.x,
z/OS(Mainframes),
Excel and HTML
 
Posts: 51 | Registered: August 31, 2009Report This Post
Master
posted Hide Post
Do a search for "Dynamic Distribution"

In our organization, a persons email address has 2 formats:
  • FirstName.LastName@okdhs.org
  • UserId@okdhs.org


As long as UserId is the primary sort value in the report I want to Distribute, I can run a fex similar to the following to create a Dynamic Distribution List.
 TABLE FILE XXXXXX
   SUM COMPUTE DEST/A16=USERID || '@okdhs.org';
    BY USERID AS 'VALUE'
    ON TABLE PCHOLD
 END


XXXXXX is the file used to generate the report.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
Gold member
posted Hide Post
Hi,
I think I didn't explain the problem clearly.
Dynamic distribution is not a problem here.
I was looking for some help on sending images as attachments alongwith the bursted report I send.


webFOCUS 7.6.x,
z/OS(Mainframes),
Excel and HTML
 
Posts: 51 | Registered: August 31, 2009Report This Post
Gold member
posted Hide Post
Does anybody have any idea about sending attachments with the report?


webFOCUS 7.6.x,
z/OS(Mainframes),
Excel and HTML
 
Posts: 51 | Registered: August 31, 2009Report This Post
Expert
posted Hide Post
Hi Prash,

Have you tried creating two tasks in your schedule ? one task would have a task type of file, and would point to your image file. The other task would run your burst report.

If your choice of image file is dynamic, you could have one task run a fex that picks the image up and displays it in a report. The other task would run your burst report.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Gold member
posted Hide Post
I think the requirement I talked about was not feasible. It is because I get compound report and it cannot be bursted (as per my knowledge).

I then modified the code to insert the image in the report itself along with other information I send, and it works!!
I just used
' | ATTACHMENT_LINK (field name)
|| ' width="100" height="100"> '
and the image gets inserted in my excel report.
Thanks anyways kerry!!


webFOCUS 7.6.x,
z/OS(Mainframes),
Excel and HTML
 
Posts: 51 | Registered: August 31, 2009Report 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     [Solved] Distributing attachments.

Copyright © 1996-2020 Information Builders