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.
JOIN LEFT_OUTER TTR.TTR.TTR_VIN_LAST8 AND TTR.TTR.TTR_VIN_FIRST9 IN TTR TO UNIQUE CTS.CTS.CTS_VIN_LAST8 AND CTS.CTS.CTS_VIN_FIRST9 IN CTS TAG J0 AS J0 END -********************************************************************* -* * -********************************************************************* TABLE FILE TTR PRINT TTR_REQ_NMBR TTR_VIN_FIRST9 TTR_VIN_LAST8 TTR_REQ_DATE TTR_AUC_DATE TTR_REQ_COMMENT TTR_TITLE_NMBR TTR_MAIL_COMMENT TTR_AUC_NMBR CTS_CT_MAIL_DATE CTS_TITLE_IND CTS_CT_AUC_NMBR AS 'CTS_AUC_NMBR' BY TTR_VIN_LAST8 NOPRINT BY HIGHEST TTR_REQ_DATE NOPRINT WHERE (TTR_VIN_LAST8 EQ 'CF370933'); ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE HOLD AS TTRF00A1 FORMAT ALPHA END
This creates a report of multiple records. I only want to keep the first record. What is the most efficient way to do that?
Also, the final version of this will not have a specified value for the WHERE statement but an input box to allow the person to search for multiple values for a singe run.
Thanks for any assistance, Mitch P.This message has been edited. Last edited by: Mitch P.,