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] AutoRun a report to run monthly

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] AutoRun a report to run monthly
 Login/Join
 
Member
posted
Hello all,

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.33

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8

Windows, All Outputs
 
Posts: 6 | Registered: April 12, 2018Report This Post
Virtuoso
posted Hide Post
Right Click the report and pick Schedule. That's where your journey will begin.

https://webfocusinfocenter.inf...rc/tech-library.html


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Member
posted Hide Post
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.


WebFOCUS 8

Windows, All Outputs
 
Posts: 6 | Registered: April 12, 2018Report This Post
Virtuoso
posted Hide Post
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.

DEFINE FILE WF_RETAIL
CURR_MONTH/YYMD=&YYMD;
LAST_MONTH/YYMD=DATEMOV(DATEADD( CURR_MONTH , 'M', -1), 'BOM');
END
  


https://webfocusinfocenter.inf...g/source/date127.htm

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


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report 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] AutoRun a report to run monthly

Copyright © 1996-2020 Information Builders