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.
My staff is used to inputting the date in our sql reports as 01-JAN-05, but when we switched to Webfocus, it changed the date input to 2005/01/01. If you put in anything else, it genereates and error.
Is there a way to have them put input the date as 01-JAN-05 and have it translate to 2005/01/01 for webfocus?
This is in managed reporting. I am having them provide a value for '&activity_date', but I would like for them to be able to type the value as 01-JAN-06 when prompted instead of having to provide the value as 2006/01/01.
TABLE FILE YADAYADA PRINT YADAD WHERE RPRAWRD_ACTIVITY_DATE GE '&ACTIVITY_DATE'; END
Prior to version 7.1 (I think) the input "mask" was restricted to the DMY alternatives (e.g. YMD, MDY etc.) but excluded the DMYY range. Since 7.1 (again, I think) this has been changed to include the DMYY range. Unfortunately, this doesn't cover your requirement - unless someone knows better?
I think your option would be to have a custom calendar that would allow you to do what you want.
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, 2004
In MRE, we provide a mask as part of the variable prompt. For Instance...
&BEG_MONTH.Enter_Beginning_Month[MMYYYY].
My other thought is to prompt for the date in the "Other" Section...then use Dialogue Manager SETS and DEFAULT to manipulate that input into your final &var for the where condition. I haven't tested this theory with dates, but we do use it for other &vars.
Kevin
WF 7.6.10 / WIN-AIX
Posts: 141 | Location: Denver, CO | Registered: December 09, 2005