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.
I am trying to get date inputs going to the data source into ISO 8601:2000 date-time from IA. Inspired by Extensions to Date-Time Formats , I have added to my site profile
SET DTSTANDARD = STANDARD
, but using SQL Profiler, I still haven't seen dynamic Prompts in IA going back the DB Server in the required format.
(I need this format as I am going through a customized ODBC connection and this format triggers custom date handling I need.)
Any help in getting me toward a process I can train my IA users to do date filtering in the required format would be much appreciated.
ThanksThis message has been edited. Last edited by: TOM SCHULTE,
WebFOCUS 7.7.04M/8001 Windows Server 2008 Excel, PDF, HTML, AHTML
If you have not done so, you may want to open a case with Customer Support Services for assistance, as this issue seems to be involved and very specific to your needs. The phone number is 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Don't know if this will help you, but there is a WebFOCUS date-time output format that will display the date-time with the T (and Z if desired). HYYMDU will display the T, while HYYMDUSZ will display both T and Z.
SET DTSTANDARD = STANDARD
-*
DEFINE FILE CAR
XDATE/HYYMDUS WITH COUNTRY = DT(20100817 09:43:42);
END
-*
TABLE FILE CAR
PRINT XDATE
WHERE RECORDLIMIT EQ 1 ;
END
WebFOCUS 7.7.05
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007
Thank you much, Dan. I am not after display format so much as the format of the date going back to the RDBMS. I thought they would be in the same format, but they are not. The format to the RDBMS is adapter-specific and not so much based on the display format.
WebFOCUS 7.7.04M/8001 Windows Server 2008 Excel, PDF, HTML, AHTML