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     [SOLVED]convert month name alpha field to month integer smart date

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]convert month name alpha field to month integer smart date
 Login/Join
 
Platinum Member
posted
Hi,

I use ROWS - OVER to always have 12 lines for each month every request.

BY MONTH AS MONTH_TXT ROWS JAN OVER FEB OVER MAR OVER APR OVER MAY OVER JUN OVER JUL OVER AUG OVER SEP OVER OCT OVER NOV OVER DEC


Now I have the months 'hardcoded', to convert back to integer for correct sorting in the end.

MONTH_DIG/A3 = DECODE MONTH_TXT (Jan '01' Feb '02' Mar '03' Apr '04' May '05' Jun '06' Jul '07' Aug '08' Sep '09' Oct '10' Nov '11' Dec '12' ELSE '');


This works fine, however there must be a way to convert using DATE functions, would anyone know how to and which function to use?

Thanks,
SWES

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
 
Posts: 198 | Location: Amsterdam | Registered: August 24, 2011Report This Post
Expert
posted Hide Post
You could use HINPUT within HPART?

-SET &MONTHNM = 'MAY';
-SET &MONTHNO = HPART(HINPUT(11, '01 &MONTHNM.EVAL 2016', 8, 'HYYMDs'), 'MONTH', 'I2');

-? &MONTH

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Platinum Member
posted Hide Post
Thanks for your suggestion Tony. The only thing is that here you have to hardcode '01' and '2016' in the part:
'01 &MONTHNM.EVAL 2016'


WebFOCUS 8105m
Windows 7, All Outputs

Member of the Benelux Usergroup
 
Posts: 198 | Location: Amsterdam | Registered: August 24, 2011Report This Post
Expert
posted Hide Post
Shouldn't be a problem as you're only after the month anyway. As every month will have a 1st in any year, you could just use '1' and any arbitrary year - they'll be discarded anyway!

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report 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     [SOLVED]convert month name alpha field to month integer smart date

Copyright © 1996-2020 Information Builders