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.
Elegant function which might be even better if you add 2 extra variables so you can also get the 3th Wednesday or the 4th Monday . Or what about the last business day of the month. (We have reports that need to be executed via reportcaster at the 4th business day of the month, something that would be a great improvement of the reportcaster schedule function)
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, 2006
In example 1, you want to adjust Calc2 to add or subtract the number of days between the day you are trying to find and the first friday of the month. In this case you are looking for the second sunday so that would 9 (sunday is 2 days after friday, and you want one week later)
Frank, what you need can be accomplished with a preprocessing condition, a fex that decides if today is the 4th bd, and sets KILl_RPC to Y if its not. then schedule the job for the 4,5,6,7th of every month. not so elegant, but works. i do it that way.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Yes susannah, that is how I do it..but the kill of rc gives me an error message and i want to avoid that. The same issue comes in datamigrator .
I have a small proces that runs on the first day of the month five minutes after midnight. It makes a list of the working day numbers skipping weekend and holidays. Now I can easy pick the 4th or 11th workday of the month, but still need to run that process several days a month.
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, 2006