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.
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?
ThanksThis message has been edited. Last edited by: Kerry,
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, 2007