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 a report request to show 20 days of future scheduled production by item by schedule date. Sometimes the schedule dates do not exist in the data. The user wants all twenty dates to appear as a column on the report. Is there way to specify which BY fields will appear even if they don't exist in the data?
Posts: 103 | Location: ricmmond va | Registered: September 30, 2004
The thing to remember when using the ROWS/OVER Method is that if you are putting the data in to a hold file for additional processing then you must reference the column by it's ALIAS and not the original column name (in the example shown it will be E01) and that the length of the column is the maximum length of the ROWS/OVER values NOT the length of the original column.