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 count the number of matter beased on the date ranges. I have to dates open date and the resolved date. I am looking at those matters which are active i.e where resolved date is Null. This is one senario.
But i am facing problem when the open date and resolved date does not fall on the same month
Eg - if the open date of a particular matter is 02 Feb 2010 and the matter resolved date is 02 May 2010, so i need to get the count for that matter to be one for the month of Feb, Mar, and Apr.
can anyone please help me wiht thisThis message has been edited. Last edited by: Kerry,
769 Excel,PDF and HTML
Posts: 35 | Location: Bangalore | Registered: March 27, 2008
If your dates are SmartDates, you can use function DATEDIF to calculate the number of months between two dates. If the resolved date is NULL you could use the current date as the resolved-date for determining how many months the issue has been open.
EDIT: The above will give you whole months. If you prefer to include fractions of a month, then use DATEDIF to calculate the difference in days and divide by 30 to get a close approximation of months with fractions thereof.
I would suggest not putting "ASAP" in the forum post subject, specially since most of the people helping you are in a time zone where we're still sleeping.
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