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.
Right now, I created a define to change a couple of time fields to the right format, then I've created a computed field that shows the difference between these two times (start and end time). I was wondering if it is possible to show the average time difference as well as the maximum time difference, by each of my BY fields? Thank you.
TABLE FILE FACT_OR SUM COMPUTE Length/D12.2 = HDIFF(FACT_OR.FACT_OR.End_time, FACT_OR.FACT_OR.Start_time, 'MINUTE', 'D9'); FACT_OR.FACT_OR.Start_time FACT_OR.FACT_OR.End_time CNT.FACT_OR.FACT_OR.CASE_NUMBER AS 'Volume' BY LOWEST FACT_OR.FACT_OR.SERVICEThis message has been edited. Last edited by: hfung1,
If you put your calculation in a COMPUTE, be aware that WF will SUM the Start_time and the End_time and after will calculate the difference. I doubt this is the answer you will want.
So, as GamP rightly suggests, put the calculation in the DEFINE.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006