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] Burst feature - Report caster question

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Burst feature - Report caster question
 Login/Join
 
Master
posted
Hai all..

I am working on a report caster job for a report.

Report has sort field which is userid.
I have a procedure to create email ID using userID.
I am using this for burst feature so that when both userID match, that part of the report is sent to that particular user.
So, if there are 10 users, each receive just their records but not complete report.

Is there any way for 2 other users (userids not in the report) to receive complete report?
Way I think is to create another report caster job to run the report and send the complete report to those 2 IDs.
Is there any other way to do this from the existing burst procedure?

Thanks

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


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Virtuoso
posted Hide Post
you create a dynamic mail list?
if so you can also add the two users for each by field to that list




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Master
posted Hide Post
Is that possible? But those 2 users are not in the report. So report will not be distributed to them.

This is my burst procedure

TABLE FILE ABC
SUM EMAIL
BY USERID
WHERE USERDID IN ('A','B','C','D')
END

This is report

TABLE FILE XYZ
PRINT *
BY USERID
END

So when userid match report is sent to that email. How can I add 2 other IDs so that they receive the complete report of A,B,C and D?

Thanks


8.1.05
HTML,PDF,EXL2K, Active, All
 
Posts: 484 | Registered: February 03, 2009Report This Post
Gold member
posted Hide Post
Enigma,
Not by sorting on USERID. Let's call the other two recipients "E" and "F". They would never show up in the dynamic distribution list, and so they will never see the report.

For example, this is what the first request will generate:

"A" A@somewhere.com
"B" B@somewhere.com
"C" C@somewhere.com
"D" D@somewhere.com

What you need to have is more like this:

"A" A@somewhere.com
"B" B@somewhere.com
"C" C@somewhere.com
"D" D@somewhere.com
"A" E@somewhere.com
"B" E@somewhere.com
"C" E@somewhere.com
"D" E@somewhere.com
"A" F@somewhere.com
"B" F@somewhere.com
"C" F@somewhere.com
"D" F@somewhere.com

Notice that "E" and "F" are defined as receiving each of the reports (depending upon RC settings they would each get four attachemnts in one email or four separate emails).

If you ensure that the USERID is always A,B,C,D you could use a static distribution list where you can define those recipients. But then you would skip the first request and just generate the report.

Hope this helps.

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


WF 7.6.6, FOCUS 7.6.4, IBM MVS/TSO, Windows 2003 Server, DB2, MSSQL
 
Posts: 65 | Location: Chicago, IL | Registered: July 26, 2007Report 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] Burst feature - Report caster question

Copyright © 1996-2020 Information Builders