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.
In my MFD for my Oracle table I have a datetimestamp column with a format of HYYMDS.
I create a DEFINE FILE field with a format of HMDYYSB, assigning the datetimestamp column.
In my Active Report output, the Active Report sort command works for the database field, but not the DEFINEd field.
Here is an example using the CAR file:
DEFINE FILE CAR
EDATE1/HYYMDSB WITH CAR = IF CAR EQ 'AUDI' THEN DT('07/09/2015 02:38:36 AM')
ELSE IF CAR EQ 'DATSUN' THEN DT('07/01/2015 03:17:23 AM')
ELSE IF CAR EQ 'BMW' THEN DT('07/06/2015 10:34:28 AM')
ELSE IF CAR EQ 'TOYOTA' THEN DT('12/06/2012 04:34:28 PM')
ELSE IF CAR EQ 'BMW' THEN DT('07/06/2015 10:34:28 AM')
ELSE IF CAR EQ 'JENSEN' THEN DT('007/06/2015 04:34:28 PM')
ELSE DT('07/06/2015 04:34:28 AM');
EDATE2/HMDYYSB WITH CAR = EDATE1;
END
-*
TABLE FILE CAR
PRINT CAR
EDATE1
EDATE2
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET STYLE *
TYPE=REPORT, FONT='COURIER', SIZE=14, $
ENDSTYLE
END
Run this, and you will see the Active Report sort work for the first date column, but not the second.This message has been edited. Last edited by: David Briars,
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster