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     using set on dateformats

Read-Only Read-Only Topic
Go
Search
Notify
Tools
using set on dateformats
 Login/Join
 
Virtuoso
posted
I have this problem

I run a report where the user is asked for a yearmonth value and then there should be a calcultation on that field to get two new dates.

-DEFAULT &YEARMONTH='200702';
-*calculate actual monthend and previous monthend
-SET &FDM='&YEARMONTH'||'01';
-SET &YR=EDIT('&YEARMONTH.EVAL','9999');
-SET &ACMONTH=EDIT('&YEARMONTH.EVAL','$$$$99');
-* what do I do next to get
...&ACTMONTHEND='20070228'
..and...
...&PREVMONTEND='20070131'

If I put in '200701'
this would be '20070131' and '20061231'...

any help would be nice




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
Virtuoso
posted Hide Post
Can you play with this...to get what you want?

-SET &TODAY = &DATEYYMD;
-SET &BEGCURR = EDIT(&YYMD,'99999901');
-SET &ENDDATE = AYMD( &BEGCURR, -1 , 'I8YYMD');
-SET &BEGDATE = EDIT( &ENDDATE,'99999901');
-SET &BEGG = EDIT(&BEGDATE,'9999/99/99');
-SET &EGG = EDIT(&ENDDATE ,'9999/99/99');
-TYPE &BEGDATE &ENDDATE &BEGG &EGG


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Virtuoso
posted Hide Post
What is this supposed to do?

SET &TODAY=%DATEYYMD...20070308
SET &BEGCURR=EDIT(&YYMD,'99999901') this would be '20079301'...
then subsatract one day and put it in dayformat
so '20070228'
then next command ...'20070201' etc
change display format to '2007/01/31' etc

yes this would help...




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
Virtuoso
posted Hide Post
Try this:
  
-SET &YEARMONTH=200702;
-SET &THISYMD=&YEARMONTH | '01';
-SET &NEXTYM=AYM(&YEARMONTH,1,'I6');
-SET &NEXTYMD=&NEXTYM | '01';
-SET &ENDPREVYMD=AYMD(&THISYMD,-1,'I8');
-SET &ENDTHISYMD=AYMD(&NEXTYMD,-1,'I8');
-TYPE &ENDTHISYMD
-TYPE &ENDPREVYMD


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Virtuoso
posted Hide Post
agradecimentos muito muito, eu esqueci-me da fórmula de AYM Alan




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
Virtuoso
posted Hide Post
De nada.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report 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     using set on dateformats

Copyright © 1996-2020 Information Builders