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.
What is a simple, concise way to convert an alpha field with date values into a date field? The dates values are in the following format with no leading zero on the day number: 1-Aug or 23-Aug. Rather than coding the logic to do it the "long" way (parsing the value, adding the leading zero, etc.), I would prefer something concise. The year can be obtained from a variable.
Thank you,
JohnThis message has been edited. Last edited by: JohnB,
WF 7.7.03, Windows 7, HTML, Excel, PDF
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006
Thanks, Tom. I had checked the documentation before posting this. I was hoping someone had done this before and could provide an example of either one expression with nested functions or just a few defined fields to accomplish this.
WF 7.7.03, Windows 7, HTML, Excel, PDF
Posts: 225 | Location: San Francisco Bay Area, California | Registered: October 26, 2006
-SET &JB='1 Aug 2009';
DEFINE FILE CAR
DT/DMYY='&JB';
END
TABLE FILE CAR
PRINT DT BY COUNTRY
END
So, if your "date" is '1-Aug' and the year comes from somewhere else, I suggest you replace the hyphen with a space and concatenate the year and you should be home.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006