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.
When run a report and save the report in Excel format, the date field is displayed in mm/dd/yyyy format, i.e., in "GENERAL type has no specific number type". Users would like to display the date in mm/dd/yy format. We have tried selecting the appropriate cells, setting the cell format to DATE, type: mm/dd/yy but the displayed format does not change. After various tries to get a solution, I did some research on the Internet and came up with the following workaround that seems to work but does require additional steps by the user. Users would like more permanent solution that do not need additional steps in order to change the displayed format for dates.
ThanksThis message has been edited. Last edited by: TechLights,
7703 on Linux, Windows ReportCaster PDF, HTML, Excel, AHTML, and CSV
The original format of date in the database is: DATE (ex: yyyy-mm-dd hh:mm:ss), it has been formatted in the sql as: mm/dd/yyyy by using to_char (). By the way, even I use the date field from database directly, Category for all the columns are:
Category: General No type
I got what I want finally by using: DEFINE FILE GGSALES DATE_MDYY/MDYY=HDATE (DATE, 'YYMD'); END After the date field is exported to Excel, the column is:
Category: Custom. Type: mm/dd/yyyy. (User can edit it directly)
7703 on Linux, Windows ReportCaster PDF, HTML, Excel, AHTML, and CSV