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
date input mask
 Login/Join
 
Platinum Member
posted
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?


-Brian

Webfocus v7.6.1 on Windows XP
 
Posts: 108 | Registered: June 19, 2006Report This Post
Expert
posted Hide Post
Brian,

You'll need to clarify your question a little.

Is this related to HTML pages created in WebFOCUS or to maintain forms?

If HTML then is this using the calendar controls provided with WebFOCUS javascripts - or are they plain input controls?

If maintain then is this using the calendar controls provided with WebFOCUS maintain?

This list is not exhaustive but will give you an idea on the information that could be needed to assist you further.

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
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

I hope that better explains it.


-Brian

Webfocus v7.6.1 on Windows XP
 
Posts: 108 | Registered: June 19, 2006Report This Post
Virtuoso
posted Hide Post
Might try a decode

MONTH/A6 =DECODE MONTH( 200501 'Jan,05' 200502 'Feb,05')


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
 
Posts: 1903 | Location: San Antonio | Registered: February 28, 2005Report This Post
Expert
posted Hide Post
Brian,

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, 2004Report This Post
Platinum Member
posted Hide Post
Brian,

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, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders