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.
I read somewhere in here that we can setup a report to automatically run at certain date.
I would like to set my report to run on the first day of the month and also if somehow I can set the ADATE to pull the latest month (i.e. if current date 5/1/2018, then ADATE should be 2018/04/01).
I would appreciate any help. Thanks!
My InfoAssist version: o WebFOCUS Business Intelligence o Edition: WebFOCUS o Product Release: 8.0 o Service Pack: 04 o Build Version: branch8004 o Build/GEN Number: 59 o Build/GEN Date: Mon Sep 02 13:55:30 CDT 2013 o Application Server: Apache Tomcat/7.0.33This message has been edited. Last edited by: FP Mod Chuck,
Thank you for the schedule reference. Do you have any suggestion about setting the ADATE to pull the latest month. As of right now, my filter include ADATE = 2018/04/01 and I have to change the ADATE = 2018/05/01 for next month. Easy enough to do but thought there is a way to automate this also. If I do not filter with ADATE then my report would give me every month since history.
Do you have to code this in InfoAssist or can you use the Text Editor?
One way to do this is to use Date Functions like DATEADD and DATEMOV. First create a field that contains today's date. Then get last month by subtracting 1 from the month. Then get the Beginning of the Month using BOM.