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 find the time difference between two timestamps, I have a Start time, and several fields where I need to calculate the processing time. I need to get down to a minute and second level and maybe milliseconds in the future. I would love if HDIFF supported returning multiple units. I would like to get to a HIS2 format, and make it reusable, for the multiple calculations I need.
Thank you,
AndrewThis message has been edited. Last edited by: Kerry,
HDIFF can return date-time differences down to the nanosecond level. Simple division math can tranlate the result into whatever level is desired. For example, the code below uses HDIFF to calculate date-time difference in seconds for precision, then translates the result into the number of days (with two decimals) by dividing by the number of seconds in a day (24 * 60 * 60).
I can get to the minute, second, and millisecond level. I just want to be able to get the results to return at a 24:36:52 format, and the ability to reuse the code, as needed. The data I am looking at has a start and end time. However there are other times that could be there, if the process has issues, it could go through several steps prior to the end time. The reporting is a breakdown of these “other” processes. IE:
Process Start Time Duplicate Correction End Time xyz 22:12:12.03 - - 22:12:14.05
You could write a DEFINE FUNCTION that you call whenever you need the time difference in that format. The complicated calculation to determine the difference in hours:minutes:seconds.milliseconds is written once and you simply call the function passing the two date-time fields.
Look into Creating Reporting Applications > Creating Temporary Fields > Creating Temporary Fields Independent of a Master File
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
This seems to work correctly around DST changes as well. Nice!
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :