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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
YEAR/Month function
 Login/Join
 
Member
posted
I am passing in a YEAR-MONTH value to Webfocus as 2008-05. The WHERE claus should altimately read something like this:
WHERE YEAR(RPT_HIST_VAL_DT) EQ '2008'
AND MONTH(RPT_HIST_VAL_DT) EQ '05'

Can someone please assist? Thank you,


Jim
Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9
Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF
 
Posts: 21 | Location: Minneapolis, MN | Registered: November 17, 2005Report This Post
Expert
posted Hide Post
It depends on the type of database and format of the date field.

Is it a relational or FOCUS database or is it a flat file?

Is the format of RPT_HIST_VAL_DT date-time or smart date or alpha?

Also, please update your signature in your profile (here: https://forums.informationbuilders.com/eve/personal?x_myspace_page=profile, under "View/Edit Complete Profile")


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
I am using a relational database(DB2 v8). It is a smart date: (FIELD=RPT_HIST_VAL_DT,RPT_HIST_VAL_DT,YYMD,DATE,MISSING=ON ,$)


Jim
Prod: WebFOCUS 7.6.5 CGI - Self Service - AIX 5.2 - IBM DB2 V9
Env 3 Local: DevStudio 7.6.5 Servlet - Self Service - MS Windows XP SP2 - Output: HTML, Excel 2000 and PDF
 
Posts: 21 | Location: Minneapolis, MN | Registered: November 17, 2005Report This Post
Virtuoso
posted Hide Post
Is it possible to say

WHERE PERIOD EQ '200805';

You can create a define that says

PERIOD/YYM=RPT_HIST_VAL_DT;

Or if you need this field always, you can create an extra field in the master that does the same.

FIELD=PERIOD,PERIOD,USAGE=YYM,ACTUAL=DATE,MISSING=ON ,$

would this work?




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
Expert
posted Hide Post
This works for me:

-SET &DATE1  = '2008-05';
-SET &DATE1I = EDIT(&DATE1,'9999$99');
-SET &DATE2 = AYM(&DATE1I, 1, 'I6');

TABLE FILE EXPENSEBASE
PRINT
*
WHERE EXPENSEDATE EQ '&DATE1-01' AND EXPENSEDATE LT '&DATE2-01';
END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders