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 have 2 dates that I need to determine the number of days between them. One date is an A25V and the other is A10. The A25V field is displayed as 2008/01/11 so is the A10 field.
Extract the date portion without the slashes into another field (can use EDIT) then use EDIT to convert to I8YYMD. Then equate the I field to a smartdate field, format YYMD. Then just subtract the two.
The A25V field is Start_Date and the A10 field is Episode_Load_Date. The Start_dt1 field give me an error stating it (FOC282) RESULT OF EXPRESSION IS NOT COMPATIBLE WITH THE FORMAT OF FIELD:START_DT1. Am I missing someting.
You can't do an edit/mask directly into an integer field. You either have to do a double edit or create an A first then an I. You are going to have the same problem with the other date. You might want to look in the Using Functions manual and read up on EDIT. Here is your code with the first date using the double EDIT.